{
  "name": "@fexd/tools",
  "version": "0.1.7",
  "description": "fexd tools library",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "es",
    "lib"
  ],
  "scripts": {
    "init": "npx pnpm@6 i",
    "dev": "dumi dev",
    "start": "dumi dev",
    "build": "npm run clean:build && father build",
    "build:docs": "dumi build",
    "size": "node ./scripts/size/index.js",
    "format": "prettier --write \"./**/*.{js,ts,jsx,tsx,json,css,scss,sass,less,html}\"",
    "clean:build": "rimraf dist es lib",
    "release": "npm run release:latest",
    "release:latest": "np --no-cleanup --yolo --no-publish --tag=latest && npm publish --access=public",
    "release:beta": "np --no-cleanup --yolo --no-publish --tag=beta && npm publish --access=public",
    "test": "jest --coverage",
    "test:watch": "jest --watch --coverage"
  },
  "homepage": "https://github.com/fexd-team/tools",
  "repository": {
    "type": "git",
    "url": "https://github.com/fexd-team/tools.git"
  },
  "author": "fexd-team",
  "license": "ISC",
  "devDependencies": {
    "@cjy0208/import-cost": "^2.2.1",
    "@commitlint/cli": "^12.0.1",
    "@commitlint/config-conventional": "^12.0.1",
    "@types/jest": "^28.1.2",
    "dumi": "^1.1.10",
    "eslint": "^7.23.0",
    "father": "^4.1.6",
    "filesize": "^8.0.6",
    "husky": "^4.x",
    "lint-staged": "^10.5.4",
    "jest": "^28.1.1",
    "jest-environment-jsdom": "^28.1.1",
    "np": "^7.4.0",
    "ora": "5.4.1",
    "prettier": "^2.2.1",
    "rimraf": "^3.0.2",
    "ts-jest": "^28.0.5",
    "yargs": "^17.3.0"
  },
  "resolutions": {
    "@types/react": "^16.14.2",
    "@types/estree": "^0.0.50"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "lint-staged": {
    "**/*.{js,ts,jsx,tsx,json,css,scss,sass,less,html,md}": [
      "prettier --write"
    ]
  },
  "eslintConfig": {
    "extends": "eslint:recommended"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ],
    "rules": {}
  },
  "sideEffects": false,
  "dependencies": {
    "@babel/runtime": "^7",
    "classnames": "^2.3.1"
  }
}
