openapi-hooks
Version:
Magical fetch inference for OpenAPI with React Query support
44 lines • 942 B
JSON
{
"name": "openapi-hooks",
"version": "0.0.6",
"description": "Magical fetch inference for OpenAPI with React Query support",
"main": "./dist/index.js",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/v3xlabs/openapi-hooks.git"
},
"files": [
"dist",
"package.json"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"keywords": [
"openapi",
"openapi-typescript",
"typescript",
"react",
"react-query",
"@tanstack/react-query"
],
"author": "V3X Labs",
"license": "GPL-3.0-only",
"dependencies": {
"tsup": "^8.3.5",
"tsx": "^4.19.2"
},
"devDependencies": {
"typescript": "^5.7.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup src/index.ts",
"dev": "tsup --watch src/index.ts"
}
}