-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 866 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 866 Bytes
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
{
"name": "hylex-shop",
"version": "1.0.0",
"description": "Web services to Hylex",
"main": "server.js",
"scripts": {
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dugadez/hylex-webstore.git"
},
"author": "@Dugade",
"license": "ISC",
"bugs": {
"url": "https://github.com/Dugadez/hylex-webstore/issues"
},
"homepage": "https://github.com/Dugadez/hylex-webstore#readme",
"dependencies": {
"@handlebars/allow-prototype-access": "^1.0.3",
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"connect-flash": "^0.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^4.0.3",
"express-session": "^1.17.1",
"handlebars": "^4.7.6",
"knex": "^0.21.1",
"mysql": "^2.18.1",
"nodemon": "^2.0.3",
"sqlite3": "^4.2.0"
}
}