{
  "name": "form0-core",
  "version": "0.1.22",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "description": "Schema-driven engine that powers form0 ecosystem. Looking for the full form0 ecosystem? Install the CLI: `npm install -g form0-cli`",
  "main": "src/index.js",
  "type": "module",
  "scripts": {
    "test": "node tests/form0-core.test.js && node tests/dataset-descriptors.test.js && node tests/structured-record.test.js && node tests/builtin-metadata.test.js && node tests/calculation-editor.test.js && node tests/form-event-editor.test.js && node tests/security-test.js",
    "format": "prettier --write \"**/*.{js,jsx,json,ts,tsx,md}\"",
    "format:check": "prettier --check \"**/*.{js,jsx,json,ts,tsx,md}\""
  },
  "exports": {
    ".": {
      "import": "./src/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paqu-io/form0-core.git"
  },
  "keywords": [
    "form",
    "form-builder",
    "form-generator",
    "form-engine",
    "schema",
    "json-schema",
    "react",
    "react-native",
    "dynamic-forms"
  ],
  "author": "paqu.io <hello@paqu.io> (https://paqu.io/)",
  "contributors": [
    {
      "name": "aragornii"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/paqu-io/form0-core/issues"
  },
  "homepage": "https://form0.dev",
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "ignore": "^7.0.5",
    "prettier": "^3.5.3"
  }
}
