{
  "name": "@manojadams/metaforms-core",
  "version": "4.3.3",
  "description": "React Library for rendering dynamic forms from json schema",
  "author": "manojadams",
  "license": "MIT",
  "repository": "manojadams/metaforms-core",
  "homepage": "https://manojadams.github.io/metaforms-core/",
  "main": "dist/index.js",
  "module": "dist/index.modern.js",
  "source": "src/index.ts",
  "engines": {
    "node": ">=16"
  },
  "scripts": {
    "build": "microbundle-crl --no-compress --format modern,cjs --css",
    "start": "microbundle-crl watch --no-compress --format modern,cjs",
    "prepare": "run-s build",
    "test": "run-s test:unit test:lint test:build",
    "test:build": "run-s build",
    "test:lint": "eslint src/",
    "fix:lint": "eslint src/ --fix",
    "test:unit": "jest --verbose ./src/__tests__",
    "test:watch": "react-scripts test --env=jsdom",
    "predeploy": "cd example && npm install && npm run build",
    "deploy": "gh-pages -d example/build",
    "doc": "typedoc src/index.ts --excludeInternal"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0"
  },
  "dependencies": {
    "@emotion/react": "^11.10.6",
    "@emotion/styled": "^11.10.6",
    "eventemitter3": "^4.0.7",
    "layout-emotions": "^1.0.19"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.19.1",
    "@babel/preset-env": "^7.22.10",
    "@babel/preset-react": "^7.22.5",
    "@babel/preset-typescript": "^7.22.5",
    "@testing-library/jest-dom": "^5.17.0",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "@types/eslint": "^8.21.1",
    "@types/jest": "^27.5.2",
    "@types/node": "^16.18.12",
    "@types/react": "18.2.28",
    "@types/react-dom": "18.0.6",
    "@typescript-eslint/eslint-plugin": "^5.52.0",
    "@typescript-eslint/parser": "^5.52.0",
    "cross-env": "^7.0.2",
    "eslint": "^8.34.0",
    "eslint-config-prettier": "^6.7.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-config-standard-react": "^9.2.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-standard": "^4.0.1",
    "gh-pages": "^2.2.0",
    "microbundle-crl": "^0.13.10",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.0.4",
    "react": "18.2.0",
    "react-dom": "^18.2.0",
    "react-scripts": "^5.0.1",
    "typedoc": "^0.23.25",
    "typescript": "^4.9.5"
  },
  "files": [
    "dist"
  ]
}
