OTM/package.json
choelzl 4190a23dec
All checks were successful
continuous-integration/drone/push Build is passing
cleanupo
2021-07-16 12:12:05 +02:00

25 lines
525 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"
},
"repository": {
"type": "git",
"url": "git@git.helcel.net:sora/otm.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "latest",
"fastify": "latest",
"fastify-leveldb": "latest",
"fastify-static": "latest",
"mkdirp": "latest",
"node-sass": "latest"
}
}