{
  "name": "template-module",
  "private": true,
  "type": "module",
  "scripts": {
    "generate": "tailor generate && erp-kit module generate code --path .",
    "lint": "oxlint .",
    "lint:fix": "oxlint --fix .",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@tailor-platform/erp-kit": "workspace:*",
    "@tailor-platform/sdk": "2.5.0"
  },
  "devDependencies": {
    "@types/node": "24.13.3",
    "oxlint": "1.80.0",
    "oxlint-plugin-eslint": "1.80.0",
    "oxlint-tsgolint": "7.0.2001",
    "typescript": "6.0.3",
    "vitest": "4.1.11"
  }
}
