mirror of https://github.com/jkjoy/sunpeiwen.git
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "@alicloud/pop-core",
|
|
"version": "1.7.9",
|
|
"description": "AliCloud POP SDK core",
|
|
"main": "index.js",
|
|
"types": "lib/rpc.d.ts",
|
|
"scripts": {
|
|
"lint": "eslint --fix lib test",
|
|
"test": "mocha -R spec test/*.test.js",
|
|
"test-cov": "nyc -r=html -r=text -r=lcov mocha -t 3000 -R spec test/*.test.js",
|
|
"test-integration": "mocha -R spec test/*.integration.js",
|
|
"ci": "npm run lint && npm run test-cov && codecov"
|
|
},
|
|
"keywords": [
|
|
"Aliyun",
|
|
"AliCloud",
|
|
"OpenAPI",
|
|
"POP",
|
|
"SDK",
|
|
"Core"
|
|
],
|
|
"author": "Jackson Tian",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^3.1.0",
|
|
"httpx": "^2.1.2",
|
|
"json-bigint": "^0.2.3",
|
|
"kitx": "^1.2.1",
|
|
"xml2js": "^0.4.17"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"index.js"
|
|
],
|
|
"devDependencies": {
|
|
"codecov": "^3.0.4",
|
|
"eslint": "^6.6.0",
|
|
"expect.js": "^0.3.1",
|
|
"mocha": "^4",
|
|
"muk": "^0.5.3",
|
|
"nyc": "^12.0.2",
|
|
"rewire": "^4.0.1"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/aliyun/openapi-core-nodejs-sdk.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/aliyun/openapi-core-nodejs-sdk/issues"
|
|
},
|
|
"homepage": "https://github.com/aliyun/openapi-core-nodejs-sdk#readme"
|
|
}
|