mirror of
https://github.com/cupcakearmy/morphus.git
synced 2024-12-22 08:06:30 +00:00
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "morphus",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"author": "Niccolo Borgioli",
|
|
"license": "MIT",
|
|
"main": "dist/src",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsnd src"
|
|
},
|
|
"engines": {
|
|
"node": "16",
|
|
"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.12",
|
|
"@types/ms": "^0.7.31",
|
|
"@types/node": "^16.11.22",
|
|
"@types/sharp": "^0.29.5",
|
|
"ts-node-dev": "^1.1.8",
|
|
"typescript": "^4.5.5"
|
|
},
|
|
"dependencies": {
|
|
"@google-cloud/storage": "^5.18.1",
|
|
"caniuse-db": "^1.0.30001307",
|
|
"class-validator": "^0.13.2",
|
|
"convict": "^6.2.1",
|
|
"convict-format-with-validator": "^6.2.0",
|
|
"device-detector-js": "^3.0.1",
|
|
"fast-crc32c": "^2.0.0",
|
|
"fastify": "^3.27.1",
|
|
"fastify-caching": "^6.2.0",
|
|
"fastify-compress": "^3.7.0",
|
|
"fastify-cors": "^6.0.2",
|
|
"flat": "^5.0.2",
|
|
"js-yaml": "^4.1.0",
|
|
"minio": "^7.0.26",
|
|
"ms": "^2.1.3",
|
|
"pino-pretty": "^7.5.1",
|
|
"sharp": "^0.29.3",
|
|
"under-pressure": "^5.8.0"
|
|
}
|
|
}
|