OTM/package.json

29 lines
652 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": {
"@fastify/leveldb": "^6.0.0",
"@fastify/static": "^7.0.0",
2024-02-24 01:02:39 +00:00
"@fastify/view": "^9.0.0",
2023-08-01 14:37:58 +02:00
"@prettier/plugin-pug": "^3.0.0",
2023-06-14 15:06:57 +02:00
"axios": "^1.4.0",
"fastify": "^4.18.0",
2023-08-01 14:37:58 +02:00
"nodemon": "^3.0.1",
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
}
}