{
  "name": "crystools-typescript",
  "private": true,
  "version": "1.0.0",
  "type": "module",
  "scripts": {
    "start": "tsc --watch",
    "tsc": "tsc",
    "lint": "eslint web --ext ts --report-unused-disable-directives --max-warnings 0",
    "lint-fix": "eslint web --ext ts --fix",
    "validate": "npm run tsc && npm run lint"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "6.18.1",
    "@typescript-eslint/parser": "6.18.1",
    "eslint": "8.56.0",
    "eslint-plugin-import": "2.29.1",
    "typescript": "5.3.3"
  }
}
