{
  "name": "@flow-step/step-toolkit",
  "version": "1.2.5",
  "description": "flow step toolkit sdk",
  "scripts": {
    "test": "mocha -r ts-node/register  --reporter mochawesome test/**/*.spec.ts test/*.spec.ts",
    "lint": "eslint src --ext .ts",
    "build": "rm -rf lib && tsc"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "keywords": [
    "flow",
    "yunxiao",
    "step"
  ],
  "author": "flow",
  "license": "ISC",
  "dependencies": {
    "@types/decompress": "^4.2.4",
    "ali-oss": "^6.20.0",
    "axios": "^1.6.2",
    "chalk": "^4.1.2",
    "decompress": "^4.2.1",
    "fs-extra": "^11.1.0",
    "glob": "^11.0.0",
    "iconv-lite": "^0.6.3",
    "jschardet": "^3.0.0",
    "semver": "7.3.7",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@types/ali-oss": "^6.16.11",
    "@types/chai": "^4.3.4",
    "@types/chalk": "^2.2.0",
    "@types/fs-extra": "^11.0.0",
    "@types/mocha": "^10.0.1",
    "@types/node": "^18.11.18",
    "@types/proxyquire": "^1.3.31",
    "@types/sinon": "^10.0.13",
    "@types/sinon-chai": "^3.2.9",
    "@types/uuid": "^9.0.0",
    "@typescript-eslint/eslint-plugin": "^5.48.1",
    "@typescript-eslint/parser": "^5.48.1",
    "@types/semver": "7.3.12",
    "chai": "^4.3.7",
    "eslint": "^8.33.0",
    "mocha": "^10.2.0",
    "mochawesome": "^7.1.3",
    "prettier": "2.8.3",
    "proxyquire": "^2.1.3",
    "sinon": "^15.0.1",
    "sinon-chai": "^3.7.0",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.5"
  },
  "repository": "https://atomgit.com/flow-step/step-toolkit"
}
