OTM/package.json
2023-06-25 12:27:05 +02:00

27 lines
590 B
JSON

{
"name": "volp",
"version": "1.0.0",
"description": "Open Travel Mapper",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"demon": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git@git.helcel.net:sora/otm.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/leveldb": "^5.0.1",
"@fastify/static": "^6.10.2",
"@fastify/view": "^7.4.1",
"axios": "^1.4.0",
"fastify": "^4.18.0",
"nodemon": "^2.0.22",
"pug": "^3.0.2"
}
}