UNPKG

minapp-fetch

Version:
36 lines (35 loc) 687 B
{ "name": "minapp-fetch", "version": "3.3.9", "description": "知晓云平台常用接口封装", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "build": "npx tsc", "test": "jest" }, "files": [ "/lib" ], "author": "fairy_zhao", "license": "MIT", "repository": { "type": "git", "url": "git@github.com:Mihawk-zhao/minapp-fetch.git" }, "dependencies": { "axios": "^0.21.1" }, "devDependencies": { "@types/node": "^14.0.27", "del": "^5.1.0", "gulp": "^4.0.2", "gulp-uglify": "^3.0.2", "jest": "^26.6.3", "typescript": "^3.9.7" }, "keywords": [ "minapp-fetch", "access-db" ] }