{
  "name": "@web-atoms/entity",
  "version": "2.6.8",
  "description": "TypeScript classes and controls to edit entities exposed with Entity Access Control",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 0",
    "postversion": "git push --follow-tags",
    "push": "git add -A && git commit -m \"dep vb\" && npm version patch"
  },
  "esm": {
    "dist": "dist-esm"
  },
  "repository": {
    "url": "https://github.com/web-atoms/entity"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@web-atoms/core": "^2.6.25",
    "@web-atoms/date-time": "^3.0.19",
    "@web-atoms/web-controls": "^2.6.6",
    "reflect-metadata": "^0.2.2"
  },
  "devDependencies": {
    "@web-atoms/unit-test": "^2.0.5",
    "@package-verse/esmpack": "^1.0.35",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3",
    "@web-atoms/ts-to-systemjs": "^1.1.15"
  },
  "bugs": {
    "url": "https://github.com/web-atoms/entity/issues"
  },
  "homepage": "https://github.com/web-atoms/entity#readme"
}
