{
  "name": "@teamix/testing-capability",
  "version": "1.0.53",
  "description": "TeamixTest 测试能力",
  "files": [
    "demo/",
    "es/",
    "lib/",
    "build/",
    "dist/"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "stylePath": "style.js",
  "scripts": {
    "start": "build-scripts start --port=7777",
    "build": "sh version.sh && build-scripts build",
    "prepublishOnly": "npm run build",
    "sync": "iceworks sync",
    "f2elint-scan": "f2elint scan",
    "f2elint-fix": "f2elint fix"
  },
  "keywords": [
    "teamix",
    "react",
    "component"
  ],
  "dependencies": {
    "@medv/finder": "^2.1.0",
    "geteventlisteners": "^1.1.0",
    "lodash": "^4.17.21",
    "tinycolor2": "^1.5.2",
    "traditional-or-simplified": "^1.0.3"
  },
  "devDependencies": {
    "@alib/build-scripts": "^0.1.3",
    "@alife/aisc-widgets": "^3.0.38",
    "@teamix/pro": "^1.5.33",
    "@types/lodash": "^4.14.182",
    "@types/react": "^16.9.13",
    "@types/react-dom": "^16.9.4",
    "@types/tinycolor2": "^1.4.3",
    "build-plugin-analyzer": "^1.0.0",
    "build-plugin-component": "^1.3.4",
    "build-plugin-remove-console": "^1.0.0",
    "f2elint": "^0.4.4",
    "iceworks": "^3.4.2",
    "moment": "^2.27.0",
    "react": "^16.3.0",
    "react-dom": "^16.3.0"
  },
  "husky": {
    "hooks": {
      "commit-msg": "f2elint exec commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "f2elint exec lint-staged"
    }
  },
  "lint-staged": {
    "**/*.{js,jsx,ts,tsx,vue}": "f2elint exec eslint",
    "**/*.{css,scss,less,acss}": "f2elint exec stylelint"
  },
  "componentConfig": {
    "name": "",
    "title": "TeamixTest 测试能力",
    "category": "Others"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.alibaba-inc.com/teamix-test/testing-capability"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "homepage": "https://unpkg.com/@teamix/testing-capability@1.0.53/build/index.html"
}
