{
  "name": "<%= projectName %>",
  "version": "1.0.0-rc.0",
  "description": "<%= projectName %>",
  "scripts": {
    "build": "rimraf dist && tsc -p tsconfig.json",
    "precommit": "lint-staged",
    "test": "jest --config ./test/jest-test.json",
    "test:cov": "jest --config ./test/jest-test.json --coverage",
    "test:watch": "jest --config ./test/jest-test.json --watch",
    "lint": "eslint -c .eslintrc.js"
  },
  "author": "<%= author %>",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^29.5.2",
    "@types/node": "^18.11.18",
    "@typescript-eslint/eslint-plugin": "^4.3.5",
    "@typescript-eslint/parser": "^4.3.5",
    "eslint": "*",
    "eslint-config-prettier": "^6",
    "eslint-plugin-prettier": "^3",
    "jest": "^29.5.0",
    "prettier": "^2",
    "ts-jest": "^29.1.0",
    "typescript": "^4.3.5"
  },
  "types": "./index.d.ts",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  }
}