21 lines
409 B
JSON
21 lines
409 B
JSON
{
|
|
"name": "traveldrafter",
|
|
"version": "0.0.1",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"bin": {
|
|
"traveldrafter": "app.js"
|
|
},
|
|
"author": "clerie",
|
|
"license": "AGPL-3.0-or-later",
|
|
"description": "",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"db-vendo-client": "^6.8.2",
|
|
"express": "^5.1.0",
|
|
"hafas-rest-api": "^5.1.3"
|
|
}
|
|
}
|