29 lines
652 B
JSON
29 lines
652 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": "^7.0.0",
|
|
"@fastify/view": "^8.0.0",
|
|
"@prettier/plugin-pug": "^3.0.0",
|
|
"axios": "^1.4.0",
|
|
"fastify": "^4.18.0",
|
|
"nodemon": "^3.0.1",
|
|
"prettier": "^3.0.0",
|
|
"pug": "^3.0.2"
|
|
}
|
|
}
|