{
  "name": "@alicloud/tea-typescript",
  "version": "1.8.0",
  "description": "",
  "main": "dist/tea.js",
  "types": "dist/tea.d.ts",
  "repository": {
    "type": "git",
    "url": "git@github.com:aliyun/tea-typescript.git"
  },
  "license": "ISC",
  "scripts": {
    "test": "mocha -r ts-node/register -r source-map-support/register test/**/*.spec.ts --timeout=10000",
    "test-cov": "nyc -e .ts -r=html -r=text -r=lcov npm run test",
    "ci": "npm run test-cov && codecov",
    "build": "tsc",
    "prepublishOnly": "tsc"
  },
  "author": "Jackson Tian",
  "devDependencies": {
    "@types/mocha": "^5.2.7",
    "codecov": "^3.6.1",
    "mocha": "^6.2.0",
    "nyc": "^14.1.1",
    "source-map-support": "^0.5.13",
    "ts-node": "^8.4.1",
    "typescript": "^3.6.3"
  },
  "dependencies": {
    "@types/node": "^12.0.2",
    "httpx": "^2.2.6"
  },
  "files": [
    "dist",
    "src"
  ]
}
