typed-openapi
Version:
65 lines • 1.32 kB
JSON
{
"name": "typed-openapi",
"type": "module",
"version": "0.10.1",
"main": "dist/index.cjs",
"module": "dist/index.js",
"bin": {
"typed-openapi": "bin.js"
},
"repository": {
"type": "git",
"url": "https://github.com/astahmer/typed-openapi.git",
"directory": "packages/typed-openapi"
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@sinclair/typebox-codegen": "^0.10.5",
"arktype": "1.0.18-alpha",
"cac": "^6.7.14",
"openapi3-ts": "^4.1.2",
"pastable": "^2.2.1",
"pathe": "^1.1.1",
"prettier": "2.8.4",
"ts-pattern": "^5.0.4"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@types/node": "^20.4.5",
"@types/prettier": "2.7.3",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite-node": "^0.33.0",
"vitest": "^0.33.0"
},
"files": [
"src",
"dist",
"cli",
"README.md"
],
"keywords": [
"typescript",
"openapi",
"generator",
"runtime",
"typesafe",
"zod",
"arktype",
"typebox",
"valibot",
"yup",
"io-ts"
],
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "node ./dist/cli.cjs",
"dev": "tsup --watch",
"build": "tsup",
"test": "vitest",
"typecheck": "tsc --noEmit"
}
}