OTM/package.json
Renovate Bot 90e61afadb
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Update dependency @fastify/static to v8
2024-09-21 00:04:14 +00:00

29 lines
651 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": "^6.0.0",
"@fastify/static": "^8.0.0",
"@fastify/view": "^9.0.0",
"@prettier/plugin-pug": "^3.0.0",
"axios": "^1.4.0",
"fastify": "^5.0.0",
"nodemon": "^3.0.1",
"prettier": "^3.0.0",
"pug": "^3.0.2"
}
}