@airtop/json-schema-adapter-typebox
Advanced tools
Comparing version
{ | ||
"name": "@airtop/json-schema-adapter-typebox", | ||
"description": "Typebox adapter for JSON Schema output for use with the Airtop SDK", | ||
"version": "1.0.0-alpha2.0", | ||
"version": "1.0.0-alpha2.1", | ||
"type": "module", | ||
@@ -28,20 +28,12 @@ "main": "./dist/index.cjs", | ||
], | ||
"scripts": { | ||
"build": "tsup src/index.ts", | ||
"test": "vitest --run", | ||
"build:dev": "node_modules/.bin/hash-runner", | ||
"clean": "rm -rf .turbo node_modules dist", | ||
"lint": "biome check --write --unsafe src && biome format src --write && biome lint src --fix", | ||
"verify-types": "tsc --noEmit" | ||
}, | ||
"dependencies": { | ||
"@airtop/json-schema-adapter": "workspace:*" | ||
"@airtop/json-schema-adapter": "1.0.0-alpha2.1" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.9.4", | ||
"@internal/tsconfig": "workspace:*", | ||
"hash-runner": "2.0.1", | ||
"tsup": "8.4.0", | ||
"typescript": "5.8.2", | ||
"vitest": "3.1.1" | ||
"vitest": "3.1.1", | ||
"@internal/tsconfig": "3.0.0-alpha2.1" | ||
}, | ||
@@ -59,3 +51,10 @@ "peerDependencies": { | ||
"homepage": "https://airtop.ai", | ||
"packageManager": "pnpm@10.5.0" | ||
} | ||
"scripts": { | ||
"build": "tsup src/index.ts", | ||
"test": "vitest --run", | ||
"build:dev": "node_modules/.bin/hash-runner", | ||
"clean": "rm -rf .turbo node_modules dist", | ||
"lint": "biome check --write --unsafe src && biome format src --write && biome lint src --fix", | ||
"verify-types": "tsc --noEmit" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
6151
-0.77%+ Added