78 lines
1.7 KiB
JSON
78 lines
1.7 KiB
JSON
{
|
|
"name": "zod-pocketbase",
|
|
"version": "0.5.0",
|
|
"description": "",
|
|
"author": {
|
|
"email": "garandplg@garandplg.com",
|
|
"name": "Garand_PLG",
|
|
"url": "https://gitea.garandplg.com"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"pocketbase",
|
|
"schemas",
|
|
"typescript",
|
|
"typegen",
|
|
"type generation",
|
|
"zod"
|
|
],
|
|
"homepage": "https://gitea.garandplg.com/GarandPLG/zod-pocketbase",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"packageManager": "bun@1.2.23",
|
|
"engines": {
|
|
"node": ">=24.9.0"
|
|
},
|
|
"main": "dist/index.js",
|
|
"bin": {
|
|
"zod-pocketbase": "dist/server/cli.js"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./server": {
|
|
"types": "./dist/server/index.d.ts",
|
|
"default": "./dist/server/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"assets"
|
|
],
|
|
"scripts": {
|
|
"dev": "tsup --watch",
|
|
"build": "tsup",
|
|
"changeset": "changeset",
|
|
"release": "bun scripts/release.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@clack/prompts": "^0.9.0",
|
|
"c12": "^2.0.1",
|
|
"citty": "^0.1.6",
|
|
"es-toolkit": "^1.30.1"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/cli": "^2.27.11",
|
|
"@types/node": "^22.10.2",
|
|
"@typescript-eslint/parser": "^8.18.1",
|
|
"eslint": "^9.17.0",
|
|
"eslint-plugin-astro": "^1.3.1",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"pocketbase": "<0.22.0",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"prettier-plugin-tailwindcss": "^0.6.9",
|
|
"tsup": "^8.3.5",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"peerDependencies": {
|
|
"pocketbase": "<0.22.0",
|
|
"zod": "^3.23.8"
|
|
}
|
|
}
|