43 lines
838 B
JSON
43 lines
838 B
JSON
{
|
|
"name": "@bytelyst/fastify-core",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@bytelyst/errors": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"@fastify/cors": ">=10.0.0",
|
|
"@fastify/swagger": ">=9.0.0",
|
|
"fastify": ">=5.0.0",
|
|
"fastify-metrics": ">=10.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@fastify/swagger": {
|
|
"optional": true
|
|
},
|
|
"fastify-metrics": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@fastify/swagger": "^9.7.0",
|
|
"@fastify/swagger-ui": "^5.2.5",
|
|
"fastify-metrics": "^10.6.0"
|
|
}
|
|
}
|