{
  "author": "Scott Bedard",
  "bugs": {
    "url": "https://github.com/scottbedard/chess-types/issues"
  },
  "devDependencies": {
    "@eslint/js": "^9.23.0",
    "@stylistic/eslint-plugin": "^4.2.0",
    "@types/node": "^22.13.11",
    "eslint": "^9.23.0",
    "typescript": "^5.8.2",
    "typescript-eslint": "^8.27.0",
    "vitest": "^3.0.9"
  },
  "files": [
    "/dist",
    "/tsconfig.json"
  ],
  "homepage": "https://github.com/scottbedard/chess-types#readme",
  "keywords": [],
  "license": "MIT",
  "main": "dist/index.mjs",
  "module": "dist/index.mjs",
  "name": "@bedard/chess-types",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scottbedard/chess-types.git"
  },
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "0.0.22",
  "scripts": {
    "build": "tsc --project ./tsconfig.json --emitDeclarationOnly && node ./scripts/build.mjs",
    "lint:fix": "eslint . --fix",
    "lint": "eslint .",
    "test": "vitest --typecheck"
  }
}