Add Nix flake for Zod-PocketBase dev environment and remove doc and
playground
This commit is contained in:
73
package.json
73
package.json
@@ -1,26 +1,77 @@
|
||||
{
|
||||
"name": "root",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.9.0",
|
||||
"engines": {
|
||||
"node": ">=18.20.3"
|
||||
"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": {
|
||||
"doc:dev": "pnpm --filter doc dev",
|
||||
"package:dev": "pnpm --filter zod-pocketbase dev",
|
||||
"playground:dev": "pnpm --filter playground dev",
|
||||
"playground:gen": "pnpm --filter playground generate",
|
||||
"dev": "tsup --watch",
|
||||
"build": "tsup",
|
||||
"changeset": "changeset",
|
||||
"release": "node scripts/release.mjs"
|
||||
"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"
|
||||
"prettier-plugin-tailwindcss": "^0.6.9",
|
||||
"tsup": "^8.3.5",
|
||||
"zod": "^3.24.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"pocketbase": "<0.22.0",
|
||||
"zod": "^3.23.8"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user