{
  "name": "scriptguard-library",
  "version": "1.2.2",
  "description": "A secure and customizable text input field library for React.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rollup -c",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react",
    "input",
    "security",
    "sanitization",
    "XSS",
    "text field"
  ],
  "author": "Matthew Nolan",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mnolan132/scriptguard-library.git"
  },
  "bugs": {
    "url": "https://github.com/mnolan132/scriptguard-library/issues"
  },
  "homepage": "https://github.com/mnolan132/scriptguard-library",
  "type": "commonjs",
  "dependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/react": "^19.0.10",
    "rollup": "^2.79.2",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-terser": "^7.0.2",
    "typescript": "^5.8.2"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "files": [
    "dist",
    "src",
    "README.md"
  ]
}
