2023-02-17 06:30:13 +00:00
|
|
|
{
|
|
|
|
"name": "@halo-dev/api-client",
|
2024-08-02 04:56:14 +00:00
|
|
|
"version": "2.19.0",
|
2024-06-25 04:31:44 +00:00
|
|
|
"description": "API Client for Halo 2",
|
|
|
|
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/api-client#readme",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/halo-dev/halo/issues"
|
2023-02-17 06:30:13 +00:00
|
|
|
},
|
2024-06-25 04:31:44 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/halo-dev/halo.git",
|
|
|
|
"directory": "ui/packages/api-client"
|
|
|
|
},
|
|
|
|
"license": "GPL-3.0",
|
2023-02-17 06:30:13 +00:00
|
|
|
"author": "@halo-dev",
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Ryan Wang",
|
|
|
|
"url": "https://github.com/ruibaby"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"exports": {
|
|
|
|
".": {
|
2024-06-25 04:31:44 +00:00
|
|
|
"types": "./dist/entry/index.d.ts",
|
|
|
|
"import": "./dist/halo-api-client.es.js"
|
2023-02-17 06:30:13 +00:00
|
|
|
}
|
|
|
|
},
|
2024-06-25 04:31:44 +00:00
|
|
|
"main": "./dist/halo-api-client.iife.js",
|
|
|
|
"module": "./dist/halo-api-client.es.js",
|
|
|
|
"types": "./dist/entry/index.d.ts",
|
2023-02-17 06:30:13 +00:00
|
|
|
"typesVersions": {
|
|
|
|
"*": {
|
|
|
|
"*": [
|
|
|
|
"./dist/*",
|
2024-06-25 04:31:44 +00:00
|
|
|
"./dist/entry/index.d.ts"
|
2023-02-17 06:30:13 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2024-06-25 04:31:44 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "vite build",
|
2024-07-01 07:01:17 +00:00
|
|
|
"gen": "rimraf --glob './src/**' && 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'"
|
2024-06-25 04:31:44 +00:00
|
|
|
},
|
2023-02-17 06:30:13 +00:00
|
|
|
"devDependencies": {
|
2024-06-25 04:31:44 +00:00
|
|
|
"@openapitools/openapi-generator-cli": "^2.13.4",
|
|
|
|
"@types/node": "^20.14.2",
|
2024-07-01 07:01:17 +00:00
|
|
|
"rimraf": "^5.0.7",
|
2024-08-05 05:46:25 +00:00
|
|
|
"typescript": "~5.5.4",
|
2023-02-17 06:30:13 +00:00
|
|
|
"unbuild": "^0.7.6",
|
2024-08-20 03:28:47 +00:00
|
|
|
"vite-plugin-dts": "^4.0.3"
|
2024-06-25 04:31:44 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"axios": "^1.7.x"
|
2023-02-17 06:30:13 +00:00
|
|
|
}
|
|
|
|
}
|