OTM/package.json
choelzl 30c87697c2
All checks were successful
continuous-integration/drone/push Build is passing
init
2021-07-16 09:22:30 +02:00

24 lines
517 B
JSON

{
"name": "volp",
"version": "1.0.0",
"description": "Visual Online Language Processor",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git@git.helcel.net:sora/volp.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"fastify": "latest",
"fastify-leveldb": "latest",
"fastify-static": "^2.5.0",
"node-sass": "^6.0.0"
}
}