xiaoliao
Version:
获取api接口返回的数据
20 lines • 426 B
JSON
{
"name": "xiaoliao",
"version": "2.0.2",
"description": "获取api接口返回的数据",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"wangwei-get": "./bin/index.js"
},
"keywords": ["axios","ajaxget","wangwei"],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"commander": "^7.0.0",
"ora": "^5.3.0"
}
}