-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 992 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
41
{
"name": "stanify",
"version": "1.0.0",
"engines": {
"node": "19.6.0"
},
"description": "Link for accessing the website: https://arzenith.github.io/Stanify/",
"main": "script.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arzenith/Stanify.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Arzenith/Stanify/issues"
},
"homepage": "https://github.com/Arzenith/Stanify#readme",
"dependencies": {
"axios": "^1.3.2",
"body-parser": "^1.20.1",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3",
"mongoose": "^7.0.0",
"dotenv": "^16.0.3",
"qs": "^6.11.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}