mirror of
https://github.com/Ratstail91/sineQL.git
synced 2025-11-29 10:44:28 +11:00
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.
21 lines
415 B
JSON
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"
|
|
}
|
|
}
|