Files
sineQL/test-server-books/package.json
Kayne Ruse 128a42aaa6 I remember why I stopped working on this, read more
it's because the query parser is impossible to understand, and the handlers
are too long for this to be usable. It's a nice idea, but I can't do this
while drinking.
2021-01-19 01:50:14 +11:00

21 lines
415 B
JSON

{
"name": "test-server",
"version": "0.2.1",
"description": "",
"main": "server.js",
"scripts": {
"start": "pm2 start server.js",
"restart": "pm2 restart server.js",
"stop": "pm2 stop server.js",
"list": "pm2 list",
"node": "node server.js"
},
"author": "Kayne Ruse",
"license": "ISC",
"dependencies": {
"cors": "latest",
"express": "latest",
"pm2": "latest"
}
}