Init project
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "traveldrafter",
|
||||
"version": "0.0.1",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node app.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user