2019-11-21 15:08:52 +00:00
|
|
|
{
|
|
|
|
"name": "api-v2",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "New API for Comunic",
|
2019-11-21 16:20:21 +00:00
|
|
|
"main": "build/index.js",
|
2019-11-21 15:08:52 +00:00
|
|
|
"scripts": {
|
2019-11-21 16:20:21 +00:00
|
|
|
"run": "node dist/index.js"
|
2019-11-21 15:08:52 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2019-11-30 17:10:25 +00:00
|
|
|
"express": "^4.17.1",
|
|
|
|
"express-fileupload": "^1.1.6",
|
2019-11-21 16:35:56 +00:00
|
|
|
"mysql": "^2.17.1",
|
2019-11-30 17:10:25 +00:00
|
|
|
"typescript": "^3.7.2"
|
2019-11-21 15:28:48 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-11-21 17:06:50 +00:00
|
|
|
"@types/express": "^4.17.2",
|
2019-11-30 17:10:25 +00:00
|
|
|
"@types/express-fileupload": "^1.1.0",
|
2019-11-21 16:35:56 +00:00
|
|
|
"@types/mysql": "^2.15.8",
|
2019-11-21 16:04:15 +00:00
|
|
|
"@types/node": "^12.12.8",
|
2019-11-21 16:20:21 +00:00
|
|
|
"nodemon": "^2.0.0",
|
2019-11-21 16:04:15 +00:00
|
|
|
"ts-loader": "^6.0.3",
|
2019-11-21 16:20:21 +00:00
|
|
|
"webpack": "^4.41.2",
|
|
|
|
"webpack-node-externals": "^1.7.2",
|
|
|
|
"webpack-shell-plugin": "^0.5.0"
|
2019-11-21 15:08:52 +00:00
|
|
|
}
|
|
|
|
}
|