mirror of
https://github.com/cupcakearmy/morphus.git
synced 2024-12-22 08:06:30 +00:00
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "morphus",
|
|
"version": "1.0.0-rc.2",
|
|
"description": "",
|
|
"author": "Niccolo Borgioli",
|
|
"license": "MIT",
|
|
"main": "dist/src",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsnd src"
|
|
},
|
|
"engines": {
|
|
"node": "16",
|
|
"pnpm": ">=6",
|
|
"yarn": "plase-use-pnpm",
|
|
"npm": "plase-use-pnpm"
|
|
},
|
|
"engineStrict": true,
|
|
"devDependencies": {
|
|
"@types/convict": "^6.1.1",
|
|
"@types/flat": "^5.0.2",
|
|
"@types/js-yaml": "^4.0.5",
|
|
"@types/minio": "^7.0.13",
|
|
"@types/ms": "^0.7.31",
|
|
"@types/node": "^16.11.36",
|
|
"@types/sharp": "^0.29.5",
|
|
"ts-node-dev": "^2.0.0",
|
|
"typescript": "^4.7.2"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/caching": "^7.0.0",
|
|
"@fastify/compress": "^5.0.0",
|
|
"@fastify/cors": "^7.0.0",
|
|
"@google-cloud/storage": "^5.20.5",
|
|
"class-validator": "^0.13.2",
|
|
"convict": "^6.2.3",
|
|
"convict-format-with-validator": "^6.2.0",
|
|
"fast-crc32c": "^2.0.0",
|
|
"fastify": "^3.29.0",
|
|
"flat": "^5.0.2",
|
|
"js-yaml": "^4.1.0",
|
|
"minio": "^7.0.28",
|
|
"ms": "^2.1.3",
|
|
"pino-pretty": "^7.6.1",
|
|
"sharp": "^0.29.3",
|
|
"under-pressure": "^5.8.1"
|
|
}
|
|
}
|