{
  "name": "@uplink-protocol/form-controller",
  "version": "0.2.6",
  "description": "Reactive multi-step form controller with dynamic validation and state management",
  "main": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/types/index.d.ts"
    }
  },
  "scripts": {
    "build": "webpack",
    "build:types": "tsc --declaration --emitDeclarationOnly --outDir ./dist/types",
    "build:docs": "typedoc --options typedoc.json",
    "clean": "rimraf dist",
    "prepublishOnly": "npm run clean && npm run build && npm run build:types && npm run build:docs",
    "lint": "eslint src --ext .ts",
    "test": "jest --config=jest.config.js",
    "test:watch": "jest --config=jest.config.js --watch",
    "docs": "typedoc --options typedoc.json",
    "build:all": "npm run clean && npm run build && npm run build:types && npm run build:docs"
  },
  "keywords": [
    "form",
    "controller",
    "validation",
    "multi-step",
    "wizard",
    "react",
    "forms",
    "uplink-protocol"
  ],
  "author": "Odyssey Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jmkcoder/uplink-protocol-form-controller.git"
  },
  "bugs": {
    "url": "https://github.com/jmkcoder/uplink-protocol-form-controller/issues"
  },
  "homepage": "https://github.com/jmkcoder/uplink-protocol-form-controller#readme",
  "dependencies": {
    "@uplink-protocol/core": "^0.0.11"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@types/jest": "^29.5.14",
    "jest": "^29.7.0",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.3.4",
    "ts-loader": "^9.0.0",
    "typedoc": "^0.28.4",
    "typedoc-plugin-markdown": "^4.6.3",
    "typescript": "^5.0.0",
    "webpack": "^5.0.0",
    "webpack-cli": "^5.0.0"
  }
}
