web-shield.js
Version:
Content security library to prevent downloading videos, copying text, and saving images
41 lines (40 loc) • 992 B
JSON
{
"name": "web-shield.js",
"version": "0.1.8",
"description": "Content security library to prevent downloading videos, copying text, and saving images",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"browser": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"prepublishOnly": "npm run build",
"patch": "npm version patch",
"minor": "npm version minor",
"major": "npm version major"
},
"keywords": [
"security",
"content-protection",
"drm",
"video-protection",
"text-protection",
"image-protection"
],
"author": "Shreyanshu Maske",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.0.0",
"tsup": "^8.4.0",
"typescript": "^4.8.4",
"uglify-js": "^3.17.4"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/shreyanshum/web-shield.js.git"
}
}