halo/ui/packages/api-client/package.json

60 lines
1.4 KiB
JSON
Raw Normal View History

{
"name": "@halo-dev/api-client",
"version": "2.16.0",
"description": "",
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub",
"release": "bumpp",
"gen": "openapi-generator-cli generate -i ../../../api-docs/openapi/v3_0/aggregated.json -g typescript-axios -c ./.openapi_config.yaml -o ./src --type-mappings='set=Array'"
},
"keywords": [],
"author": "@halo-dev",
"contributors": [
{
"name": "Ryan Wang",
"url": "https://github.com/ruibaby"
}
],
"repository": {
"type": "git",
"url": "https://github.com/halo-dev/halo.git",
"directory": "ui/packages/api-client"
},
"bugs": {
"url": "https://github.com/halo-dev/halo/issues"
},
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/api-client#readme",
"license": "GPL-3.0",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": [
"dist"
],
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.5.2",
"@types/node": "^18.13.0",
"axios": "^1.6.7",
"bumpp": "^8.2.1",
"typescript": "^4.9.5",
"unbuild": "^0.7.6",
"vitest": "^0.18.1"
}
}