@nahkies/typescript-axios-runtime
Version:
Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-axios template
64 lines (63 loc) • 1.52 kB
JSON
{
"name": "@nahkies/typescript-axios-runtime",
"version": "0.21.1",
"description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-axios template",
"license": "MIT",
"author": {
"name": "Michael Nahkies",
"email": "support@nahkies.co.nz"
},
"homepage": "https://openapi-code-generator.nahkies.co.nz/",
"repository": {
"type": "git",
"url": "https://github.com/mnahkies/openapi-code-generator.git",
"directory": "packages/typescript-axios-runtime"
},
"bugs": {
"url": "https://github.com/mnahkies/openapi-code-generator/issues"
},
"exports": {
"./main": {
"require": "./dist/main.js",
"import": "./dist/main.js",
"types": "./dist/main.d.ts"
}
},
"scripts": {
"clean": "rm -rf ./dist && rm tsconfig.tsbuildinfo",
"build": "tsc -p ./tsconfig.json",
"test": "jest"
},
"dependencies": {
"qs": "^6.14.0",
"tslib": "^2.8.1"
},
"peerDependencies": {
"axios": "^1.6.0"
},
"devDependencies": {
"@jest/globals": "^30.0.5",
"@types/qs": "^6.14.0",
"axios": "^1.11.0",
"jest": "^30.0.5",
"typescript": "~5.8.3"
},
"files": [
"src",
"dist",
"README.md",
"CHANGELOG.md",
"package.json",
"tsconfig.json"
],
"keywords": [
"@nahkies/openapi-code-generator",
"runtime",
"typescript-axios",
"axios"
],
"publishConfig": {
"access": "public"
},
"gitHead": "35338ac765dab735d81caba31f16050bc5556333"
}