{
  "name": "<%= name %>",
  "version": "0.0.0",
  "description": "",
  "main": "lib/index.js",
  "module": "es/index.js",
  "typings": "es/index.d.ts",
  "author": "",
  "license": "ISC",
  "files": [
    "lib",
    "es"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "tsnd --respawn --inspect --transpile-only  --watch 'src/**/*'  src/index.ts",
    "build": "father build",
    "prebuild": "rimraf dist es lib",
    "build:deps": "father prebundle",
    "prepublishOnly": "father doctor && npm run build",
    "commit": "git-cz",
    "doctor": "father doctor"

  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.59.9",
    "@typescript-eslint/parser": "^5.59.9",
    "commitizen": "^4.3.0",
    "eslint": "^8.42.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^4.2.1",
    "father": "^4.2.3",
    "husky": "^8.0.3",
    "lint-staged": "^13.2.2",
    "prettier": "2.8.8",
    "rimraf": "^5.0.1",
    "ts-node-dev": "^2.0.0",
    "typescript": "^5.1.3"
  },
  "dependencies": {
    "@babel/runtime": "^7.22.10"
  }
}