UNPKG

rokapi

Version:
44 lines (43 loc) 979 B
{ "name": "rokapi", "version": "1.0.1", "description": "请求库", "keywords": [ "rokapi", "请求重试", "请求缓存", "请求幂等", "请求串行", "请求并发" ], "files": [ "dist", "README.md" ], "repository": { "type": "git", "url": "https://github.com/RockySun123/rokapi.git" }, "main": "dist/index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c build/index.js" }, "author": "", "license": "ISC", "devDependencies": { "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-typescript": "^12.1.2", "@types/spark-md5": "^3.0.5", "rollup": "^4.29.1", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-node-externals": "^8.0.0", "rollup-plugin-terser": "^7.0.2" }, "dependencies": { "spark-md5": "^3.0.2" } }