mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "@zenstackhq/trpc",
|
|
"displayName": "ZenStack plugin for tRPC",
|
|
"version": "2.22.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 --max-warnings=0 && 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": "jest",
|
|
"prepublishOnly": "pnpm build"
|
|
},
|
|
"publishConfig": {
|
|
"directory": "dist",
|
|
"linkDirectory": true
|
|
},
|
|
"keywords": [
|
|
"trpc"
|
|
],
|
|
"author": "ZenStack Team",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@zenstackhq/runtime": "workspace:*",
|
|
"@zenstackhq/sdk": "workspace:*",
|
|
"ts-morph": "catalog:",
|
|
"tslib": "^2.4.1"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@trpc/next": "^10.32.0",
|
|
"@trpc/react-query": "^10.32.0",
|
|
"@trpc/server": "^10.32.0",
|
|
"@types/prettier": "^2.7.2",
|
|
"@types/tmp": "^0.2.3",
|
|
"@zenstackhq/testtools": "workspace:*",
|
|
"next": "14.2.4",
|
|
"tmp": "^0.2.3"
|
|
}
|
|
}
|