-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1006 Bytes
/
package.json
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
{
"name": "guayo-instagram-auto",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agomezcampero/guayo-instagram-auto.git"
},
"engines": {
"node": "10.16.3"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/agomezcampero/guayo-instagram-auto/issues"
},
"homepage": "https://github.com/agomezcampero/guayo-instagram-auto#readme",
"dependencies": {
"compression": "^1.7.4",
"express": "^4.17.1",
"helmet": "^3.22.0",
"imagemagick": "^0.1.3",
"nodemailer": "^6.4.6",
"request": "^2.88.2"
},
"devDependencies": {
"eslint": "^5.15.3",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^4.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4"
}
}