@geut/openapi-box
Version:
Generate TypeBox types from OpenApi IDL + End-to-end typesafe HTTP client library.
82 lines (81 loc) • 2.06 kB
JSON
{
"name": "@geut/openapi-box",
"type": "module",
"version": "5.0.8",
"description": "Generate TypeBox types from OpenApi IDL + End-to-end typesafe HTTP client library.",
"browser": "./dist/client.cjs",
"author": {
"name": "GEUT",
"email": "contact@geutstudio.com"
},
"license": "MIT",
"homepage": "https://github.com/geut/openapi-box#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/geut/openapi-box.git"
},
"bugs": {
"url": "https://github.com/geut/openapi-box/issues"
},
"keywords": [
"create",
"geut",
"module"
],
"exports": {
".": {
"import": "./dist/client.js",
"require": "./dist/client.cjs"
},
"./writer": {
"import": "./dist/writer.js",
"require": "./dist/writer.cjs"
},
"./package.json": "./package.json"
},
"main": "./dist/client.cjs",
"bin": "./bin/cli.js",
"files": [
"bin",
"dist",
"src"
],
"scripts": {
"start": "node index.js",
"build": "tsup src/client.js src/writer.js --dts --format esm,cjs",
"test": "node --test --experimental-test-snapshots",
"test:update": "node --run test -- --test-update-snapshots",
"posttest": "node --run lint",
"lint": "eslint .",
"test:types": "tsc",
"prepublishOnly": "node --run test && node --run build"
},
"peerDependencies": {
"@sinclair/typebox": ">=0.32.35"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^11.6.4",
"code-block-writer": "^13.0.1",
"fast-querystring": "^1.1.2",
"meow": "^13.2.0",
"ora": "^8.0.1",
"pascalcase": "^2.0.0",
"prettier": "^3.3.3",
"undici": "^6.19.4"
},
"devDependencies": {
"@fastify/swagger": "^8.15.0",
"@sinclair/typebox": "^0.32.35",
"@types/node": "^20.14.12",
"eslint": "^9.7.0",
"eslint-config-standard-ext": "^2.2.1",
"expect-type": "^0.16.0",
"fastify": "^4.21.0",
"qs": "^6.11.2",
"tsup": "^8.2.3",
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
}
}