-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.1 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
43
44
45
46
47
48
{
"name": "api",
"version": "1.0.0",
"description": "api test",
"main": "server.js",
"scripts": {
"watch": "nodemon ./server.js",
"start": "node ./server.js",
"build": "node ./server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"heroku-postbuild": "npm run build"
},
"engines": {
"npm": "5.6.0 || 8.5.1",
"node": "8.10.0 || 16.13.0"
},
"keywords": [
"node",
"js",
"restful",
"api"
],
"author": "sawacrow",
"license": "ISC",
"dependencies": {
"cassandra-driver": "^4.6.2",
"cors": "^2.8.5",
"debug": "^4.3.3",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"fs": "0.0.1-security",
"fs-exists-sync": "^0.1.0",
"heroku": "^7.59.2",
"multer": "^1.4.3",
"mysql": "github:mysqljs/mysql",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.3.0",
"winston": "^3.3.3",
"winston-cassandra": "^0.4.0",
"winston-mongodb": "^5.0.7",
"winston-mysql": "^1.1.1",
"winston-mysql-transport": "^0.1.2",
"winston-sql-transport": "^3.0.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}