OTM/package.json
soraefir 0e27042c8c
Some checks failed
continuous-integration/drone/push Build is failing
Prettier
2023-07-19 12:29:44 +02:00

29 lines
654 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": "^6.10.2",
"@fastify/view": "^7.4.1",
"@prettier/plugin-pug": "^2.5.1",
"axios": "^1.4.0",
"fastify": "^4.18.0",
"nodemon": "^2.0.22",
"prettier": "^3.0.0",
"pug": "^3.0.2"
}
}