morphus/package.json
2021-11-16 16:16:14 +01:00

37 lines
848 B
JSON

{
"name": "morphus",
"version": "0.1.0",
"description": "",
"author": "Niccolo Borgioli",
"license": "MIT",
"scripts": {
"build": "tsc",
"dev": "tsnd src"
},
"devDependencies": {
"@types/convict": "^6.1.1",
"@types/flat": "^5.0.2",
"@types/js-yaml": "^4.0.4",
"@types/ms": "^0.7.31",
"@types/node": "^16.11.7",
"@types/sharp": "^0.29.3",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.4"
},
"dependencies": {
"caniuse-db": "^1.0.30001280",
"class-validator": "^0.13.1",
"convict": "^6.2.1",
"device-detector-js": "^3.0.0",
"fastify": "^3.23.1",
"fastify-caching": "^6.1.0",
"fastify-compress": "^3.6.1",
"fastify-cors": "^6.0.2",
"flat": "^5.0.2",
"js-yaml": "^4.1.0",
"ms": "^2.1.3",
"sharp": "^0.29.3",
"under-pressure": "^5.8.0"
}
}