{
  "name": "@launchtray/hatch-template-library",
  "version": "0.1.0",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "license": "MIT",
  "private": true,
  "publishConfig": {
    "access": "restricted"
  },
  "scripts": {
    "lint": "eslint --max-warnings=0 .",
    "lint:fix": "eslint --max-warnings=0 --fix .",
    "build": "rimraf dist && tsc",
    "build:watch": "tsc",
    "test": "jest --passWithNoTests --verbose --runInBand --detectOpenHandles $JEST_CLI_OPTIONS 2>&1"
  },
  "devDependencies": {
    "@types/node": "^18",
    "@types/jest": "^29.5.11",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "eslint": "^8",
    "@launchtray/hatch-eslint-config": "workspace:*",
    "@launchtray/hatch-jest-config": "workspace:*",
    "@typescript-eslint/parser": "^5",
    "@typescript-eslint/eslint-plugin": "^5",
    "eslint-config-airbnb-base": "^15",
    "eslint-plugin-import": "^2",
    "eslint-plugin-jest": "^26",
    "rimraf": "3.0.0",
    "typescript": "4.9.5"
  }
}
