
{
  "name": "@proveanything/smartlinks-form-renderer",
  "version": "0.2.0",
  "description": "SmartLinks form renderer and editor — render forms from JSON schema or build them with the visual editor",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.esm.js",
      "types": "./dist/index.d.ts"
    },
    "./renderer": {
      "require": "./dist/renderer/index.js",
      "import": "./dist/renderer/index.esm.js",
      "types": "./dist/renderer/index.d.ts"
    },
    "./editor": {
      "require": "./dist/editor/index.js",
      "import": "./dist/editor/index.esm.js",
      "types": "./dist/editor/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "prepare": "npm run build",
    "test": "echo \"No tests specified\" && exit 0"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "react",
    "form",
    "json-schema",
    "dynamic-forms",
    "form-editor",
    "form-renderer",
    "conditional-logic",
    "typescript",
    "smartlinks"
  ],
  "author": "Glenn Shoosmith",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/your-org/smartlinks-forms.git"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "rollup": "^4.0.0",
    "rollup-plugin-dts": "^6.0.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}
