{
  "name": "@what3words/react-components",
  "version": "5.0.5",
  "private": false,
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist",
    "AGENTS.md"
  ],
  "scripts": {
    "prepublishOnly": "npx --package-path=$PWD --strict=false publint-lint-package",
    "clean": "npx del node_modules",
    "prebuild": "npx del dist",
    "build": "npm run tsc",
    "pretypecheck": "npm --workspace=@what3words/javascript-components build",
    "tsc": "tsc -b . -f"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@what3words/javascript-components": "*"
  },
  "devDependencies": {
    "@tsconfig/recommended": "^1.0.8",
    "@types/node": "^22.0.0",
    "@types/react": "^17.0.2",
    "@what3words/javascript-cli": "*",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "typescript": "^5.4.5"
  }
}
