OTM/package.json

29 lines
654 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",
2023-06-14 15:06:57 +02:00
"start": "node server.js",
"demon": "nodemon server.js"
2021-07-16 09:12:30 +02:00
},
"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": {
2023-06-14 15:06:57 +02:00
"@fastify/leveldb": "^5.0.1",
"@fastify/static": "^6.10.2",
2023-06-25 12:26:17 +02:00
"@fastify/view": "^7.4.1",
2023-07-19 12:29:44 +02:00
"@prettier/plugin-pug": "^2.5.1",
2023-06-14 15:06:57 +02:00
"axios": "^1.4.0",
"fastify": "^4.18.0",
2023-06-25 12:26:17 +02:00
"nodemon": "^2.0.22",
2023-07-19 12:29:44 +02:00
"prettier": "^3.0.0",
2023-06-25 12:26:17 +02:00
"pug": "^3.0.2"
2021-07-16 09:12:30 +02:00
}
}