{
  "name": "@hattip/core",
  "version": "0.0.49",
  "type": "module",
  "files": [
    "index.d.ts"
  ],
  "types": "index.d.ts",
  "devDependencies": {
    "@cyco130/eslint-config": "^5.0.0",
    "eslint": "^9.14.0",
    "publint": "^0.2.12",
    "typescript": "^5.6.3"
  },
  "scripts": {
    "test": "pnpm test:typecheck && pnpm test:lint && pnpm test:package",
    "test:typecheck": "tsc -p tsconfig.json --noEmit",
    "test:lint": "eslint . --max-warnings 0",
    "test:package": "publint --strict"
  }
}