-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "instauto2",
"version": "2.1.6",
"description": "Instagram automation library written for Node.js",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"lint": "node_modules/.bin/eslint --fix src",
"test": "exit 0",
"build": "rimraf lib && tsc"
},
"author": "Adrien de Peretti <adrien.deperetti@gmail.com>",
"repository": "https://github.com/adrien2p/instauto2",
"license": "MIT",
"engines": {
"node": ">=8"
},
"keywords": [
"instagram",
"Instagram",
"automation",
"instagram follow",
"instagram unfollow",
"Instagram bot",
"instagram bot",
"bot"
],
"dependencies": {
"user-agents": "^1.0.559"
},
"devDependencies": {
"@types/lokijs": "^1.5.7",
"@types/node": "^16.11.6",
"@types/puppeteer-core": "^5.4.0",
"@types/user-agents": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"chrome-paths": "^1.0.1",
"eslint": "^8.1.0",
"eslint-config-airbnb-typescript": "^14.0.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"lokijs": "^1.5.12",
"puppeteer-core": "^11.0.0",
"rimraf": "^3.0.2",
"typescript": "^4.4.4"
}
}