OTM/package.json

25 lines
525 B
JSON
Raw Normal View History

2021-07-16 09:12:30 +02:00
{
"name": "volp",
"version": "1.0.0",
2021-07-16 12:12:05 +02:00
"description": "Open Travel Mapper",
2021-07-16 09:12:30 +02:00
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
2021-07-16 12:12:05 +02:00
"url": "git@git.helcel.net:sora/otm.git"
2021-07-16 09:12:30 +02:00
},
"author": "",
"license": "ISC",
"dependencies": {
2021-07-16 12:02:23 +02:00
"axios": "latest",
2021-07-16 09:18:25 +02:00
"fastify": "latest",
"fastify-leveldb": "latest",
2021-07-16 12:02:23 +02:00
"fastify-static": "latest",
"mkdirp": "latest",
"node-sass": "latest"
2021-07-16 09:12:30 +02:00
}
}