feat: add core registry schemas
This commit is contained in:
@@ -7,12 +7,13 @@
|
||||
"module": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsup src/index.ts --format esm,cjs --dts",
|
||||
"build": "tsup src/index.ts --format esm,cjs --clean && tsc -p tsconfig.build.json",
|
||||
"typecheck": "tsc -b --noEmit",
|
||||
"test": "vitest run"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": "17.4.2",
|
||||
"yaml": "2.6.1",
|
||||
"zod": "3.24.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user