{
  "name": "@easy-team/jest-typescript-lib-example",
  "version": "1.0.0",
  "description": "jest typescript example",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "scripts": {
    "test": "jest",
    "test:coverage": "jest --coverage",
    "build": "father build",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "prepublishOnly": "npm run build",
    "pub": "npm publish --registry https://registry.npmjs.org/"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "lodash-es": "^4.17.21"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.4",
    "@types/jest": "^29.5.12",
    "@typescript-eslint/eslint-plugin": "^8.2.0",
    "@typescript-eslint/parser": "^8.2.0",
    "babel-jest": "^29.7.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "conventional-changelog-cli": "^5.0.0",
    "eslint": "^8.0.0",
    "father": "^4.5.0",
    "husky": "^9.1.5",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "lint-staged": "^15.2.9",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.4"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{.ts,.tsx}": [
      "npm run lint",
      "git add"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+http://github.com/easy-team/easywebpack-awesome.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "homepage": "https://github.com/easy-team/awesome",
  "author": "hubcarl",
  "license": "MIT",
  "files": [
    "config",
    "src",
    "test",
    "tsconfig.json",
    "babel.config.js",
    "jest.config.js",
    ".eslintrc.js",
    ".eslintignore",
    ".gitignore",
    ".fatherrc.js",
    "yarn.lock"
  ]
}