scriptguard-library
Version:
A secure and customizable text input field library for React.
60 lines (59 loc) • 1.52 kB
JSON
{
"name": "scriptguard-library",
"version": "1.3.8",
"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": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"crypto-js": "^4.2.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^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/crypto-js": "^4.2.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"
]
}