init
This commit is contained in:
63
package/package.json
Normal file
63
package/package.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"name": "zod-pocketbase",
|
||||
"version": "0.5.0",
|
||||
"description": "",
|
||||
"author": {
|
||||
"email": "gregory.bouteiller@niama.re",
|
||||
"name": "Gregory Bouteiller",
|
||||
"url": "https://github.com/gbouteiller"
|
||||
},
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"pocketbase",
|
||||
"schemas",
|
||||
"typescript",
|
||||
"typegen",
|
||||
"type generation",
|
||||
"zod"
|
||||
],
|
||||
"homepage": "https://github.com/gbouteiller/zod-pocketbase",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
"@clack/prompts": "^0.9.0",
|
||||
"c12": "^2.0.1",
|
||||
"citty": "^0.1.6",
|
||||
"es-toolkit": "^1.30.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.10.2",
|
||||
"pocketbase": "<0.22.0",
|
||||
"tsup": "^8.3.5",
|
||||
"zod": "^3.24.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"pocketbase": "<0.22.0",
|
||||
"zod": "^3.23.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user