chen-request
Version:
获取api接口的数据
25 lines (24 loc) • 459 B
JSON
{
"name": "chen-request",
"version": "1.0.1",
"description": "获取api接口的数据",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin":{
"chen-request":"./bin/cli.js"
},
"keywords": [
"axios",
"ajaxget",
"mr-chen-cheng"
],
"author": "mr-chen-cheng",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"commander": "^7.0.0",
"ora": "^5.3.0"
}
}