{
  "name": "@darabonba/typescript",
  "version": "1.0.4",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git@github.com:aliyun/typescript.git"
  },
  "license": "Apache License 2.0",
  "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",
    "build": "tsc",
    "prepublishOnly": "tsc",
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint . --ext .ts --fix"
  },
  "author": "Jackson Tian",
  "devDependencies": {
    "@types/lodash": "^4.14.202",
    "@types/mocha": "^5.2.7",
    "@types/node": "^20.11.10",
    "@types/xml2js": "^0.4.14",
    "@typescript-eslint/eslint-plugin": "^7.0.2",
    "@typescript-eslint/parser": "^7.0.2",
    "eslint": "^8.57.0",
    "mocha": "^6.2.0",
    "nyc": "^14.1.1",
    "source-map-support": "^0.5.13",
    "ts-node": "^8.4.1",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "httpx": "^2.3.2",
    "lodash": "^4.17.21",
    "moment": "^2.30.1",
    "moment-timezone": "^0.5.45",
    "@alicloud/tea-typescript": "^1.5.1",
    "xml2js": "^0.6.2"
  },
  "files": [
    "dist",
    "src"
  ]
}