Add initial version of dijkstra backend cloudron image
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "dijkstra",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.17.1",
|
||||
"helmet": "^3.21.2",
|
||||
"knex": "^0.20.8",
|
||||
"nodejs": "^0.0.0",
|
||||
"sqlite3": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^2.0.2"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "nodemon index.js",
|
||||
"start": "node index.js",
|
||||
"loadDB": "knex migrate:latest && knex seed:run"
|
||||
},
|
||||
"author": "Rui Hildt",
|
||||
"license": "ISC"
|
||||
}
|
||||
Reference in New Issue
Block a user