clatter/server/package.json

48 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "server",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"@fastify/autoload": "^5.10.0",
"dotenv": "^16.4.5",
"fastify": "^4.28.1",
"light-my-request": "^5.13.0",
"on-exit-leak-free": "^2.1.2",
"pino": "^9.3.2",
"pino-abstract-transport": "^1.2.0",
"pino-std-serializers": "^7.0.0",
"process": "^0.11.10",
"process-warning": "^3.0.0",
"proxy-addr": "^2.0.7",
"quick-format-unescaped": "^4.0.4",
"readable-stream": "^4.5.2",
"real-require": "^0.2.0",
"require-from-string": "^2.0.2",
"ret": "^0.4.3",
"reusify": "^1.0.4",
"rfdc": "^1.4.1",
"safe-buffer": "^5.2.1",
"safe-regex2": "^3.1.0",
"safe-stable-stringify": "^2.4.3",
"secure-json-parse": "^2.7.0",
"semver": "^7.6.3",
"set-cookie-parser": "^2.7.0",
"sonic-boom": "^4.0.1",
"split2": "^4.2.0",
"string_decoder": "^1.3.0",
"thread-stream": "^3.1.0",
"toad-cache": "^3.7.0",
"undici-types": "^6.13.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/node": "^22.2.0"
}
}