OTM/package.json

31 lines
715 B
JSON
Raw Normal View History

2021-07-16 09:12:30 +02:00
{
"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",
"ejs": "^2.7.4",
"fastify": "^2.10.0",
"fastify-cookie": "^3.2.0",
"fastify-jwt": "^1.2.0",
"fastify-leveldb": "^2.1.0",
"fastify-static": "^2.5.0",
"fastify-websocket": "^1.0.0",
"node-pandoc": "^0.3.0",
"node-sass": "^6.0.0",
"point-of-view": "^3.7.0",
"ws": "^7.2.0"
}
}