2023-02-17 06:30:13 +00:00
|
|
|
{
|
|
|
|
"name": "@halo-dev/api-client",
|
2024-06-03 09:53:44 +00:00
|
|
|
"version": "2.17.0",
|
2023-02-17 06:30:13 +00:00
|
|
|
"description": "",
|
|
|
|
"scripts": {
|
|
|
|
"build": "unbuild",
|
|
|
|
"dev": "unbuild --stub",
|
|
|
|
"release": "bumpp",
|
2024-04-19 02:34:07 +00:00
|
|
|
"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'"
|
2023-02-17 06:30:13 +00:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "@halo-dev",
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Ryan Wang",
|
|
|
|
"url": "https://github.com/ruibaby"
|
|
|
|
}
|
|
|
|
],
|
2023-08-28 03:30:14 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/halo-dev/halo.git",
|
2024-02-07 14:40:08 +00:00
|
|
|
"directory": "ui/packages/api-client"
|
2023-08-28 03:30:14 +00:00
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/halo-dev/halo/issues"
|
|
|
|
},
|
2024-02-07 14:40:08 +00:00
|
|
|
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/api-client#readme",
|
2023-02-17 06:30:13 +00:00
|
|
|
"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",
|
2024-02-21 04:22:27 +00:00
|
|
|
"axios": "^1.6.7",
|
2023-02-17 06:30:13 +00:00
|
|
|
"bumpp": "^8.2.1",
|
|
|
|
"typescript": "^4.9.5",
|
|
|
|
"unbuild": "^0.7.6",
|
|
|
|
"vitest": "^0.18.1"
|
|
|
|
}
|
|
|
|
}
|