26 lines
568 B
JSON
26 lines
568 B
JSON
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"body-parser": "^1.18.3",
|
|
"colors": "^1.3.1",
|
|
"express": "^4.16.3",
|
|
"json-stringify-safe": "^5.0.1",
|
|
"mysql": "^2.16.0",
|
|
"regenerator-runtime": "^0.12.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-register": "^6.26.0",
|
|
"webpack": "^4.16.5",
|
|
"webpack-cli": "^3.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Ben (plane000)",
|
|
"license": "MIT"
|
|
}
|