This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
{ | |
"name": "skeleton-server", | |
"description": "Skeleton Server", | |
"version": "1.0.0", | |
"author": { | |
"name": "Calvin", | |
"email": "overflow@oursky.com" | |
}, | |
"license": "oursky", | |
"main": "main.js", | |
"scripts": { | |
"dev": "NODE_ENV=development node dist/app.js config_dev.json", | |
"prod": "node dist/app.js config_prod.json", | |
"build": "tsc", | |
"lint": "tslint -c tslint.json -p tsconfig.json" | |
}, | |
"dependencies": { | |
"express": "^4.15.4", | |
"express-session": "^1.15.6", | |
"body-parser": "^1.17.2", | |
"errorhandler": "^1.5.0", | |
"mysql": "^2.13.0", | |
"async": "^2.6.0", | |
"bcrypt-nodejs": "^0.0.3", | |
"dotenv": "^4.0.0" | |
}, | |
"devDependencies": { | |
"@types/express": "^4.0.35", | |
"@types/express-session": "^1.15.6", | |
"@types/body-parser": "^1.16.8", | |
"@types/errorhandler": "0.0.32", | |
"@types/mysql": "^2.15.2", | |
"@types/async": "^2.0.45", | |
"@types/bcrypt-nodejs": "0.0.30", | |
"@types/dotenv": "^4.0.2", | |
"ts-node": "^4.0.2", | |
"tslint": "^5.8.0", | |
"typescript": "^2.6.2" | |
} | |
} |