UNPKG

wangwei-request

Version:

获取api接口返回的数据

21 lines (20 loc) 432 B
{ "name": "wangwei-request", "version": "1.0.1", "description": "获取api接口返回的数据", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "wangwei-get": "./bin/cli.js" }, "keywords": ["axios","ajaxget","wangwei"], "author": "", "license": "ISC", "dependencies": { "axios": "^0.21.1", "commander": "^7.0.0", "ora": "^5.3.0" } }