1 Star 0 Fork 0

upsite / nodejs-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 766 Bytes
一键复制 编辑 原始数据 按行查看 历史
upsite 提交于 2021-06-15 09:27 . first commit
{
"name": "qianhe",
"version": "1.0.10",
"description": "Node wrapper for QH Resource API",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node ./demo/app",
"cover": "nyc npm run test",
"report": "nyc report --reporter=html",
"lint": "eslint ."
},
"engines": [
"node >= 6"
],
"dependencies": {
"urllib": "^2.34.1"
},
"devDependencies": {
"@types/node": "^8.0.3",
"eslint": "^6.5.1",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^6.2.1",
"nyc": "^14.1.1",
"should": "^13.2.3"
},
"license": "MIT"
}
1
https://gitee.com/upsite/nodejs-sdk.git
git@gitee.com:upsite/nodejs-sdk.git
upsite
nodejs-sdk
nodejs-sdk
master

搜索帮助