{
  "name": "react-tag-autocomplete",
  "version": "7.5.1",
  "description": "A simple, accessible, tagging component ready to drop into your React projects.",
  "main": "dist/ReactTags.cjs.js",
  "module": "dist/ReactTags.es.js",
  "browser": "dist/ReactTags.umd.js",
  "types": "dist/types.d.ts",
  "scripts": {
    "build": "npm run build:dist && npm run build:types",
    "build:dist": "vite build -c vite.config.js",
    "build:types": "dts-bundle-generator -o dist/types.d.ts src/index.ts",
    "type-check": "tsc --noEmit",
    "lint": "eslint",
    "format": "prettier $([ $CI ] && echo '--check' || echo '--write') '**/*.{js,jsx,ts,tsx,json,yml}'",
    "spec": "vitest run",
    "coverage": "vitest run --coverage",
    "verify": "npm run lint && npm run type-check && npm run format",
    "test": "npm run verify && npm run spec",
    "example:dev": "cd example && vite -c vite.config.js",
    "example:build": "cd example && vite build -c vite.config.js",
    "prepare": "husky install",
    "prepublishOnly": "npm run test && npm run build"
  },
  "keywords": [],
  "author": {
    "name": "Matt Hinchliffe",
    "url": "https://www.matthinchliffe.dev"
  },
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/i-like-robots/react-tag-autocomplete.git"
  },
  "bugs": {
    "url": "https://github.com/i-like-robots/react-tag-autocomplete/issues"
  },
  "homepage": "https://github.com/i-like-robots/react-tag-autocomplete",
  "devDependencies": {
    "@testing-library/dom": "^10.4.0",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.6.0",
    "@types/node": "^20.0.0",
    "@types/react": "^18.3.2",
    "@types/react-dom": "^18.3.0",
    "@vitejs/plugin-react-refresh": "^1.3.6",
    "@vitest/coverage-v8": "^3.2.4",
    "axe-core": "^4.10.2",
    "dts-bundle-generator": "^8.1.2",
    "eslint": "^9.32.0",
    "eslint-plugin-react-hooks": "^5.2.0",
    "husky": "^8.0.2",
    "jsdom": "^25.0.0",
    "lint-staged": "^15.2.0",
    "prettier": "^3.6.2",
    "react": "^18.3.0",
    "react-dom": "^18.3.0",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.38.0",
    "vite": "^7.1.0",
    "vitest": "^3.2.4"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0"
  },
  "engines": {
    "node": ">= 16.12.0"
  }
}
