2020-02-07 16:55:43 +00:00
|
|
|
{
|
|
|
|
"name": "dijkstra",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {
|
2020-02-09 10:59:23 +00:00
|
|
|
"cors": "^2.8.5",
|
2020-02-07 16:55:43 +00:00
|
|
|
"express": "^4.17.1",
|
2020-02-09 10:59:23 +00:00
|
|
|
"helmet": "^3.21.2",
|
2020-02-07 16:55:43 +00:00
|
|
|
"knex": "^0.20.8",
|
|
|
|
"nodejs": "^0.0.0",
|
|
|
|
"sqlite3": "^4.1.1"
|
|
|
|
},
|
2020-02-08 18:59:51 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"nodemon": "^2.0.2"
|
|
|
|
},
|
2020-02-07 16:55:43 +00:00
|
|
|
"scripts": {
|
2020-02-08 18:59:51 +00:00
|
|
|
"watch": "nodemon index.js",
|
2020-02-07 16:55:43 +00:00
|
|
|
"start": "node index.js"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC"
|
|
|
|
}
|