mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
53 lines
1.7 KiB
JSON
53 lines
1.7 KiB
JSON
{
|
|
"name": "@zenstackhq/trpc",
|
|
"displayName": "ZenStack plugin for tRPC",
|
|
"version": "1.0.2",
|
|
"description": "ZenStack plugin for tRPC",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zenstackhq/zenstack"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"build": "pnpm lint && pnpm clean && tsc && copyfiles ./package.json ./README.md ./LICENSE 'res/**/*' 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": ["trpc"],
|
|
"author": "ZenStack Team",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@prisma/generator-helper": "^5.0.0",
|
|
"@zenstackhq/sdk": "workspace:*",
|
|
"change-case": "^4.1.2",
|
|
"lower-case-first": "^2.0.2",
|
|
"prettier": "^2.8.3",
|
|
"ts-morph": "^16.0.0",
|
|
"tslib": "^2.4.1",
|
|
"upper-case-first": "^2.0.2",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@trpc/next": "^10.32.0",
|
|
"@trpc/react-query": "^10.32.0",
|
|
"@trpc/server": "^10.32.0",
|
|
"@types/jest": "^29.5.0",
|
|
"@types/node": "^18.0.0",
|
|
"@types/prettier": "^2.7.2",
|
|
"@zenstackhq/testtools": "workspace:*",
|
|
"copyfiles": "^2.4.1",
|
|
"jest": "^29.5.0",
|
|
"next": "^13.4.7",
|
|
"rimraf": "^3.0.2",
|
|
"ts-jest": "^29.0.5",
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|