morphus/package.json

50 lines
1.2 KiB
JSON
Raw Normal View History

2021-11-16 10:20:33 +00:00
{
"name": "morphus",
"version": "0.1.0",
"description": "",
"author": "Niccolo Borgioli",
"license": "MIT",
2021-11-17 15:20:50 +00:00
"main": "dist/src",
2021-11-16 10:20:33 +00:00
"scripts": {
"build": "tsc",
"dev": "tsnd src"
},
2022-01-16 18:12:43 +00:00
"engines": {
"node": "16",
"yarn": "plase-use-pnpm",
"npm": "plase-use-pnpm"
},
"engineStrict": true,
2021-11-16 10:20:33 +00:00
"devDependencies": {
"@types/convict": "^6.1.1",
"@types/flat": "^5.0.2",
2022-01-16 18:12:43 +00:00
"@types/js-yaml": "^4.0.5",
2022-02-05 22:21:39 +00:00
"@types/minio": "^7.0.12",
2021-11-16 10:20:33 +00:00
"@types/ms": "^0.7.31",
2022-02-05 22:21:39 +00:00
"@types/node": "^16.11.22",
2022-01-16 18:12:43 +00:00
"@types/sharp": "^0.29.5",
2021-11-16 10:20:33 +00:00
"ts-node-dev": "^1.1.8",
2022-02-05 22:21:39 +00:00
"typescript": "^4.5.5"
2021-11-16 10:20:33 +00:00
},
"dependencies": {
2022-02-05 22:21:39 +00:00
"@google-cloud/storage": "^5.18.1",
"caniuse-db": "^1.0.30001307",
2022-01-16 18:12:43 +00:00
"class-validator": "^0.13.2",
2021-11-16 10:20:33 +00:00
"convict": "^6.2.1",
2021-11-17 14:36:58 +00:00
"convict-format-with-validator": "^6.2.0",
2022-01-16 18:12:43 +00:00
"device-detector-js": "^3.0.1",
2021-11-27 22:37:58 +00:00
"fast-crc32c": "^2.0.0",
2022-02-05 22:21:39 +00:00
"fastify": "^3.27.1",
2022-01-16 18:12:43 +00:00
"fastify-caching": "^6.2.0",
"fastify-compress": "^3.7.0",
2021-11-16 10:20:33 +00:00
"fastify-cors": "^6.0.2",
"flat": "^5.0.2",
2021-11-16 15:16:14 +00:00
"js-yaml": "^4.1.0",
2022-01-16 18:12:43 +00:00
"minio": "^7.0.26",
2021-11-16 10:20:33 +00:00
"ms": "^2.1.3",
2022-02-05 22:21:39 +00:00
"pino-pretty": "^7.5.1",
2021-11-16 10:20:33 +00:00
"sharp": "^0.29.3",
2021-11-16 15:16:14 +00:00
"under-pressure": "^5.8.0"
2021-11-16 10:20:33 +00:00
}
}