-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 926 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·37 lines (37 loc) · 926 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
35
36
37
{
"name": "exp-express",
"version": "1.0.0",
"description": "this is a demo project using express",
"main": "index.js",
"scripts": {
"start": "supervisor -p 2000 index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "upload-remote -r ./ -n exp-express",
"tag": "bash build/new_tag.sh",
"init:db": "node scripts/init-db.js"
},
"keywords": [
"express"
],
"author": "",
"license": "MIT",
"dependencies": {
"@sapphire/snowflake": "^3.4.2",
"amqplib": "^0.10.7",
"chalk": "^4.1.2",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.6",
"express": "^4.17.3",
"express-session": "^1.17.2",
"mongoose": "^6.2.8",
"mongoose-sequence": "^5.3.1",
"node-fetch": "^2.6.7",
"ollama": "^0.6.3",
"parameter": "^3.6.0",
"qiniu": "^7.7.0",
"redis": "^4.5.0"
},
"devDependencies": {
"supervisor": "^0.12.0"
}
}