morphus/package.json

49 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2021-11-16 10:20:33 +00:00
{
"name": "morphus",
2022-10-18 11:58:53 +00:00
"version": "1.0.0-rc.3",
2021-11-16 10:20:33 +00:00
"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",
"pnpm": ">=6",
2022-01-16 18:12:43 +00:00
"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-10-18 11:58:37 +00:00
"@types/minio": "^7.0.14",
2021-11-16 10:20:33 +00:00
"@types/ms": "^0.7.31",
2022-10-18 11:58:37 +00:00
"@types/node": "^16.11.66",
2022-01-16 18:12:43 +00:00
"@types/sharp": "^0.29.5",
"ts-node-dev": "^2.0.0",
2022-10-18 11:58:37 +00:00
"typescript": "^4.8.4"
2021-11-16 10:20:33 +00:00
},
"dependencies": {
"@fastify/caching": "^7.0.0",
"@fastify/compress": "^5.0.0",
"@fastify/cors": "^7.0.0",
"@google-cloud/storage": "^5.20.5",
2022-01-16 18:12:43 +00:00
"class-validator": "^0.13.2",
"convict": "^6.2.3",
2021-11-17 14:36:58 +00:00
"convict-format-with-validator": "^6.2.0",
2021-11-27 22:37:58 +00:00
"fast-crc32c": "^2.0.0",
2022-10-18 11:58:37 +00:00
"fastify": "^3.29.3",
2021-11-16 10:20:33 +00:00
"flat": "^5.0.2",
2021-11-16 15:16:14 +00:00
"js-yaml": "^4.1.0",
2022-10-18 11:58:37 +00:00
"minio": "^7.0.32",
2021-11-16 10:20:33 +00:00
"ms": "^2.1.3",
"pino-pretty": "^7.6.1",
2022-10-18 11:58:37 +00:00
"sharp": "^0.31.1",
"under-pressure": "^5.8.1"
2021-11-16 10:20:33 +00:00
}
}