You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
887 B
38 lines
887 B
{
|
|
"name": "noderest",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "./src/main.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "set DEBUG=demo:server,demo:ssc,demo:sql & cross-env PORT=3303 nodemon ./bin/www",
|
|
"db": "node ./init/index.js",
|
|
"test": "mocha"
|
|
},
|
|
"keywords": [],
|
|
"author": "Dash Crash",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@koa/cors": "^2.2.3",
|
|
"async": "^3.1.0",
|
|
"bcryptjs": "^2.4.3",
|
|
"debug": "^4.1.1",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"koa": "^2.11.0",
|
|
"koa-body": "^4.1.1",
|
|
"koa-jwt": "^3.6.0",
|
|
"koa-router": "^7.4.0",
|
|
"koa-static": "^5.0.0",
|
|
"lodash": "^4.17.15",
|
|
"mocha": "^6.2.2",
|
|
"module-alias": "^2.2.2",
|
|
"mysql": "^2.17.1",
|
|
"nodemon": "^1.19.4",
|
|
"pug": "^2.0.4",
|
|
"validator": "^12.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^6.0.3",
|
|
"koa-views": "^6.2.1"
|
|
}
|
|
}
|
|
|