{
  "name": "@rmanaf/json-form",
  "version": "1.1.2",
  "description": "A lightweight JavaScript library for generating dynamic forms from JSON/Object.",
  "main": "./dist/json-form.js",
  "module": "./dist/json-form.es.js",
  "types": "./dist/types/index.d.ts",
  "files": ["dist"],
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "default": "./dist/json-form.es.js"
    }
  },
  "scripts": {
    "build": "tsx scripts/build.ts && tsc --project tsconfig.json && tsx scripts/bundle.ts --sri-table",
    "test": "npm run build && tsx --test test/index.test.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rmanaf/json-form.git"
  },
  "keywords": [
    "json-form",
    "javascript",
    "generator",
    "json"
  ],
  "author": "Rmanaf <https://github.com/Rmanaf>",
  "license": "MIT",
  "licenseUrl": "https://github.com/Rmanaf/json-form/blob/master/LICENSE",
  "bugs": {
    "url": "https://github.com/Rmanaf/json-form/issues"
  },
  "homepage": "https://github.com/Rmanaf/json-form",
  "devDependencies": {
    "@types/decomment": "^0.9.5",
    "@types/node": "^26.2.0",
    "decomment": "^0.9.5",
    "glob": "^13.0.6",
    "tsx": "^4.23.12",
    "typescript": "^5.0.0",
    "vite": "^6.4.3"
  }
}
