-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
36 lines (36 loc) · 937 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
{
"name": "insta-schedule",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src",
"dev": "nodemon src --ignore cookies/ --ignore uploads/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Alexander Hoerl <[email protected]>",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"express": "^4.16.4",
"formidable": "^1.2.1",
"instagram-web-api": "^2.2.2",
"jsonwebtoken": "^8.5.1",
"mongo-scheduler-more": "https://github.com/AlexanderProd/mongo-scheduler.git",
"mongodb": "^3.2.2",
"mongoose": "^5.7.5",
"nodemailer": "^5.1.1",
"tough-cookie-filestore2": "^1.0.0"
},
"devDependencies": {
"nodemon": "^1.18.10"
},
"prettier": {
"singleQuote": true,
"arrowParens": "avoid"
}
}