forked from NCTU-SYNC/sync-server
-
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) · 867 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 867 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": "server",
"version": "1.0.0",
"description": "SYNC API server",
"main": "index.js",
"author": "Jin An",
"license": "MIT",
"scripts": {
"start": "nodemon src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"diff": "^4.0.2",
"diff-match-patch": "^1.0.5",
"express": "^4.17.1",
"fast-json-patch": "^3.0.0-1",
"firebase-admin": "^8.13.0",
"helmet": "^3.23.3",
"jsondiffpatch": "^0.4.1",
"moment": "^2.29.1",
"mongoose": "^5.9.26",
"nodemon": "^1.19.4"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}