-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 892 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
{
"name": "work-folder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bcrypt": "^4.0.1",
"body-parser": "^1.19.0",
"connect-session-knex": "^1.6.0",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^4.0.2",
"express-session": "^1.17.0",
"handlebars": "^4.7.6",
"jsonwebtoken": "^8.5.1",
"knex": "^0.20.13",
"multer": "^1.4.2",
"nodemon": "^2.0.2",
"pug": "^2.0.4",
"serve-static": "^1.14.1",
"spectre.css": "^0.5.8",
"sqlite3": "^4.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development nodemon ./index.js",
"start": "NODE_ENV=production node index.js",
"windev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}