-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 KB
/
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
42
{
"name": "ddami-server",
"version": "1.0.0",
"description": "ddami-server",
"main": "index.js",
"scripts": {
"build": "babel src -d build",
"start": "npm run build && node build/init.js",
"local-start": "babel-node ./src/init.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/node": "^7.10.5",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/runtime": "^7.10.5",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fcm-node": "^1.5.2",
"helmet": "^3.23.3",
"jsonwebtoken": "^8.5.1",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"mongoose": "^5.9.26",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"node-schedule": "^1.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Double-Slash/ddami-server.git"
},
"bugs": {
"url": "https://github.com/Double-Slash/ddami-server/issues"
},
"homepage": "https://github.com/Double-Slash/ddami-server#readme"
}