@alicloud/acm-sdk
Version:
aliyun acm sdk
48 lines (47 loc) • 1.27 kB
JSON
{
"name": "@alicloud/acm-sdk",
"version": "1.0.1",
"description": "aliyun acm sdk",
"main": "lib/index.js",
"scripts": {
"lint": "eslint --fix lib/*.js test/*.js",
"build-test-data": "node ./test/fixtures/data.js",
"test": "npm run build-test-data && mocha -R spec test/*.test.js --timeout 15000",
"cov": "npm run build-test-data && nyc --reporter=html --reporter=text --reporter=lcov mocha -R spec test/*.test.js --timeout 15000",
"ci": "npm run lint && npm run cov && codecov",
"clean": "rm -rf coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aliyun/nodejs-acm-sdk.git"
},
"keywords": [
"aliyun",
"acm",
"sdk"
],
"author": "Alibaba Cloud SDK",
"license": "MIT",
"devDependencies": {
"muk": "^0.5.3",
"codecov": "^3.1.0",
"eslint": "^5.10.0",
"expect.js": "^0.3.1",
"mm": "^2.4.1",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"rewire": "^4.0.1"
},
"dependencies": {
"@alicloud/http-core-sdk": "^1.0.0",
"iconv-lite": "^0.4.24",
"urlencode": "^1.1.0"
},
"bugs": {
"url": "https://github.com/aliyun/nodejs-acm-sdk/issues"
},
"homepage": "https://github.com/aliyun/nodejs-acm-sdk#readme",
"files": [
"lib"
]
}