1 parent 31669a0 commit ef3f36bCopy full SHA for ef3f36b
1 file changed
package.json
@@ -6,6 +6,11 @@
6
"description": "Creates Zod schemas for your EdgeDB types",
7
"bin": "dist/cli.js",
8
"main": "dist/index.js",
9
+ "files": ["dist"],
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/sikarii/edgedb-zod"
13
+ },
14
"scripts": {
15
"gen": "tsx src/cli.ts",
16
"dev": "tsx watch src/index.ts",
0 commit comments