{
  "name": "create-entity-server",
  "version": "0.10.3",
  "description": "Create a new entity-server project in one command — like create-react-app or create-vite.",
  "keywords": [
    "entity-server",
    "create",
    "scaffold",
    "api-server",
    "crud",
    "rest-api",
    "schema-driven"
  ],
  "homepage": "https://github.com/ehfuse/entity-server",
  "bugs": {
    "url": "https://github.com/ehfuse/entity-server/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ehfuse/entity-server.git"
  },
  "license": "MIT",
  "bin": {
    "create-entity-server": "bin/create.js"
  },
  "files": [
    "bin/create.js",
    "template/"
  ],
  "engines": {
    "node": ">=18"
  },
  "os": [
    "linux",
    "darwin",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ]
}
