{
  "name": "@atscript/ui",
  "version": "0.1.132",
  "description": "Framework-agnostic runtime for form and table definitions from atscript annotated types",
  "keywords": [
    "annotations",
    "atscript",
    "form",
    "metadata",
    "table",
    "type-driven",
    "typescript",
    "validation"
  ],
  "homepage": "https://github.com/moostjs/atscript-ui/tree/main/packages/ui#readme",
  "bugs": {
    "url": "https://github.com/moostjs/atscript-ui/issues"
  },
  "license": "MIT",
  "author": "Artem Maltsev <artem@maltsev.nl>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/moostjs/atscript-ui.git",
    "directory": "packages/ui"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "dist/index.mjs",
  "types": "dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./plugin": {
      "types": "./dist/plugin.d.mts",
      "import": "./dist/plugin.mjs",
      "require": "./dist/plugin.cjs"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@atscript/db-client": "^0.1.127"
  },
  "devDependencies": {
    "@atscript/core": "^0.1.89",
    "@atscript/db": "^0.1.127",
    "@atscript/typescript": "^0.1.89",
    "unplugin-atscript": "^0.1.89",
    "vitest": "npm:@voidzero-dev/vite-plus-test@0.1.14"
  },
  "peerDependencies": {
    "@atscript/core": "^0.1.89",
    "@atscript/typescript": "^0.1.89"
  },
  "scripts": {
    "build": "vp pack",
    "dev": "vp pack --watch",
    "test": "vp test",
    "check": "vp check"
  }
}