{
  "name": "@mofon-design/wc-jsx",
  "version": "0.7.0-beta.3",
  "description": "Create web components with JSX",
  "license": "MIT",
  "main": "index.umd.js",
  "esnext": "es/index.js",
  "types": "src/index.ts",
  "typings": "typings.d.ts",
  "scripts": {
    "build": "gulp",
    "build:example": "gulp example",
    "clean": "gulp clean",
    "clean:example": "gulp clean-example",
    "lint": "gulp gulp-typescript && gulp clean && npm run lint:script",
    "lint-fix": "npm run lint-fix:script",
    "lint-fix:script": "npm run lint:script -- --fix",
    "lint:script": "eslint 'src/' --ext '.js,.jsx,.ts,.tsx'",
    "prettier": "prettier 'src/**/*' -c --write",
    "prepublish": "npm run build"
  },
  "gitHooks": {
    "pre-commit": "lint-staged",
    "commit-msg": "ts-node scripts/verifyCommit.ts"
  },
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "^7.12.0",
    "@babel/plugin-proposal-class-properties": "^7.12.0",
    "@babel/preset-env": "^7.12.0",
    "@mofon-design/csstype": "^1.0.0",
    "@mofon-design/wc-core": "^0.7.0-beta.2",
    "@rollup/plugin-babel": "^5.2.1",
    "@rollup/plugin-node-resolve": "^10.0.0",
    "@types/babel__core": "^7.1.10",
    "@types/babel__preset-env": "^7.9.0",
    "@types/gulp": "^4.0.6",
    "@types/gulp-typescript": "^2.13.0",
    "@types/gulp-uglify": "^3.0.6",
    "@umijs/fabric": "^2.3.0",
    "chalk": "^3.0.0",
    "del": "^5.1.0",
    "gulp": "^4.0.2",
    "gulp-prettier": "^3.0.0",
    "gulp-typescript": "^6.0.0-alpha.1",
    "gulp-uglify": "^3.0.2",
    "lint-staged": "^10.0.8",
    "prettier": "^2.1.0",
    "rollup": "^2.26.5",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.0",
    "yorkie": "^2.0.0"
  },
  "sideEffects": false,
  "lint-staged": {
    "*.{less,md,json}": [
      "prettier --write"
    ],
    "*.js?(x)": [
      "prettier --write"
    ],
    "src/*.ts?(x)": [
      "eslint",
      "prettier --parser=typescript --write"
    ]
  },
  "files": [
    "es",
    "src",
    "typings.d.ts",
    "index.umd.js"
  ],
  "bugs": {
    "url": "https://github.com/mofon-design/wc-jsx/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mofon-design/wc-jsx"
  },
  "keywords": [
    "mofon"
  ]
}
