react-disable-copy
Version:
A React component that disables copy, cut, and paste actions on its children.
47 lines (46 loc) • 1.22 kB
JSON
{
"name": "react-disable-copy",
"version": "1.0.9",
"description": "A React component that disables copy, cut, and paste actions on its children.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mbulelo-Peyi/react-disable-copy.git"
},
"keywords": [
"react",
"disable-copy",
"react-component",
"typescript"
],
"author": "Mbulelo Phillip Peyi",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mbulelo-Peyi/react-disable-copy/issues"
},
"homepage": "https://github.com/Mbulelo-Peyi/react-disable-copy#readme",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.7",
"jest": "^29.6.4",
"ts-jest": "^29.1.1",
"typescript": "^5.4.5"
}
}