{
  "name": "<%=projectName%>",
  "version": "0.0.1",
  "private": true,
  "dependencies": {
  },
  "devDependencies": {
      "jest": "^29",
      "ts-loader": "^9.5.1",
      "typescript": "^5.5.4"
  },
  "scripts": {
      "test": "jest --passWithNoTests ./test",
      "e2e": "jest --collectCoverage=false --testRegex ./e2e",
      "lint": "eslint --ignore-pattern web-src --no-error-on-unmatched-pattern test src actions",
      "lint:fix": "npm run lint -- --fix"
  }
}
