UNPKG

@net-vert/axios-imp

Version:

⚠️ 本包 axios-imp 已弃用,不再维护,请勿使用.

37 lines (36 loc) 861 B
{ "name": "@net-vert/axios-imp", "version": "0.1.0", "description": "⚠️ 本包 axios-imp 已弃用,不再维护,请勿使用.", "main": "dist/index.js", "type": "module", "scripts": { "test": "vitest src/test/cache.test.ts --ui", "build": "run-p type-check build-only", "build-only": "vite build", "type-check": "tsc --noEmit" }, "dependencies": { "axios": "^1.6.2", "@net-vert/core": "workspace:^" }, "devDependencies": { "typescript": "^5.7.2" }, "files": ["dist"], "sideEffects": false, "keywords": [ "dependency-injection", "di", "network-library", "adapter-pattern", "extensible", "http-client", "lightweight" ], "author": "yuzinan <1589937631@qq.com>", "license": "MIT", "publishConfig": { "access": "public" } }