Add initial version of dijkstra backend cloudron image

This commit is contained in:
2020-10-12 11:27:15 +02:00
commit 4f5db9ab26
4209 changed files with 448228 additions and 0 deletions
+24
View File
@@ -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"
}