protect-scr
Version:
Comprehensive client-side security protection for React applications against screenshots, printing, and unauthorized access
50 lines (49 loc) • 1.17 kB
JSON
{
"name": "protect-scr",
"version": "1.0.2",
"description": "Comprehensive client-side security protection for React applications against screenshots, printing, and unauthorized access",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"prepublishOnly": "npm run build",
"test": "jest",
"lint": "eslint src/**/*.ts"
},
"keywords": [
"security",
"screenshot-protection",
"react",
"typescript",
"privacy",
"content-protection",
"anti-screenshot",
"browser-security"
],
"author": "Your Name",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/shubhamc1947/protect-scr.git"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"typescript": "^5.0.0",
"eslint": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"jest": "^29.0.0"
},
"dependencies": {}
}