SolidScribe/package.json
Max G 1db2a79131 Updated server package.json so it will actually rebuild the server with npm install
Updated nginx config for the future to see whats going on
Removed readme, we don't need it!
Created a production release script that will upload build to avidhabit server
2019-08-02 17:14:58 +00:00

29 lines
663 B
JSON

{
"name": "personal-internet",
"version": "1.0.0",
"description": "Personal or Private net",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Max",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"cheerio": "^1.0.0-rc.3",
"express": "^4.16.4",
"jsonwebtoken": "^8.5.1",
"mysql2": "^1.6.5",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"solr-node": "^1.2.1"
},
"_moduleAliases": {
"@root": ".",
"@models": "server/models",
"@routes": "server/routes",
"@helpers": "server/helpers",
"@config": "server/config"
}
}