feat(schema): publish package

This commit is contained in:
Dax Raad
2026-07-01 13:33:59 -04:00
parent d51ba6ed94
commit 5e47501b8b
77 changed files with 413 additions and 325 deletions
+15 -2
View File
@@ -1,14 +1,26 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/schema",
"private": true,
"version": "1.17.11",
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/anomalyco/opencode.git",
"directory": "packages/schema"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"exports": {
".": "./src/index.ts",
"./*": "./src/*.ts"
},
"scripts": {
"build": "bun run script/build.ts",
"typecheck": "tsgo --noEmit"
},
"dependencies": {
@@ -17,6 +29,7 @@
"devDependencies": {
"@tsconfig/bun": "catalog:",
"@types/bun": "catalog:",
"@typescript/native-preview": "catalog:"
"@typescript/native-preview": "catalog:",
"typescript": "catalog:"
}
}