{
  "name": "@serverless-devs/credentials",
  "version": "2.2.6",
  "description": "alibaba cloud node.js sdk credentials",
  "main": "dist/client.js",
  "scripts": {
    "prepublishOnly": "tsc",
    "build": "tsc",
    "lint": "eslint --fix ./src --ext .ts",
    "test": "mocha -b -r ts-node/register test/**/*.test.ts test/*.test.ts --timeout 15000",
    "cov": "nyc -e .ts -r=html -r=text -r=lcov npm run test",
    "ci": "npm run cov && codecov",
    "test-integration": "mocha -b -r ts-node/register -R spec test/*.integration.ts",
    "clean": "rm -rf coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aliyun/nodejs-credentials.git"
  },
  "keywords": [
    "alibaba cloud",
    "sdk",
    "credentials"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "author": "Alibaba Cloud SDK",
  "license": "MIT",
  "devDependencies": {
    "@types/expect.js": "^0.3.29",
    "@types/ini": "^1.3.30",
    "@types/mocha": "^7.0.1",
    "@types/rewire": "^2.5.28",
    "@typescript-eslint/eslint-plugin": "^4.31.2",
    "@typescript-eslint/parser": "^4.31.2",
    "codecov": "^3.1.0",
    "eslint": "^7.32.0",
    "expect.js": "^0.3.1",
    "mm": "^2.4.1",
    "mocha": "^10.1.0",
    "nyc": "^13.1.0",
    "rewire": "^4.0.1",
    "ts-node": "^8.6.2",
    "typescript": "^3.7.5"
  },
  "dependencies": {
    "@alicloud/tea-typescript": "^1.5.3",
    "httpx": "^2.2.0",
    "ini": "^1.3.5",
    "kitx": "^2.0.0"
  },
  "bugs": {
    "url": "https://github.com/aliyun/nodejs-credentials/issues"
  },
  "homepage": "https://github.com/aliyun/nodejs-credentials#readme",
  "files": [
    "src",
    "dist"
  ]
}
