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