UNPKG

axios-feign

Version:

open feign of typescript use axios

38 lines (37 loc) 826 B
{ "name": "axios-feign", "version": "1.0.1", "description": "open feign of typescript use axios", "main": "dist/index.js", "type": "module", "scripts": { "prebuild": "npm run clean", "build": "tsc", "clean": "rimraf dist", "test": "jest" }, "author": "Sun, Xufei", "license": "MIT", "dependencies": { "axios": "^1.7.8", "format-unicorn": "^1.1.1", "string-format": "^2.0.0" }, "devDependencies": { "@types/axios": "^0.14.4", "@types/format-unicorn": "^1.1.5", "@types/jest": "^29.5.14", "@types/node": "^22.10.1", "axios-mock-adapter": "^2.1.0", "jest": "^29.7.0", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "typescript": "^5.7.2" }, "keywords": [ "axios", "openfeign", "feign" ], "homepage": "https://gitee.com/sparklex/axios-feign" }