zenstack/packages/server/package.json
2023-07-24 15:10:54 +08:00

59 lines
1.9 KiB
JSON

{
"name": "@zenstackhq/server",
"version": "1.0.0-beta.12",
"displayName": "ZenStack Server-side Adapters",
"description": "ZenStack server-side adapters",
"homepage": "https://zenstack.dev",
"scripts": {
"clean": "rimraf dist",
"build": "pnpm lint && pnpm clean && tsc && copyfiles ./package.json ./README.md ./LICENSE dist && pnpm pack dist --pack-destination '../../../.build'",
"watch": "tsc --watch",
"lint": "eslint src --ext ts",
"test": "ZENSTACK_TEST=1 jest",
"prepublishOnly": "pnpm build",
"publish-dev": "pnpm publish --tag dev"
},
"publishConfig": {
"directory": "dist",
"linkDirectory": true
},
"keywords": [
"fastify"
],
"author": "",
"license": "MIT",
"dependencies": {
"@zenstackhq/openapi": "workspace:*",
"@zenstackhq/runtime": "workspace:*",
"change-case": "^4.1.2",
"lower-case-first": "^2.0.2",
"superjson": "^1.11.0",
"tiny-invariant": "^1.3.1",
"ts-japi": "^1.8.0",
"upper-case-first": "^2.0.2",
"url-pattern": "^1.0.3",
"zod": "3.21.1",
"zod-validation-error": "^0.2.1"
},
"devDependencies": {
"@sveltejs/kit": "1.21.0",
"@types/body-parser": "^1.19.2",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.0",
"@types/supertest": "^2.0.12",
"@zenstackhq/testtools": "workspace:*",
"body-parser": "^1.20.2",
"copyfiles": "^2.4.1",
"decimal.js": "^10.4.2",
"express": "^4.18.2",
"fastify": "^4.14.1",
"fastify-plugin": "^4.5.0",
"isomorphic-fetch": "^3.0.0",
"jest": "^29.5.0",
"next": "^13.4.5",
"rimraf": "^3.0.2",
"supertest": "^6.3.3",
"ts-jest": "^29.0.5",
"typescript": "^4.9.4"
}
}