disable-devtool/npm/package.json
2022-01-06 00:14:45 +08:00

24 lines
674 B
JSON

{
"name": "disable-devtool",
"version": "0.2.2",
"description": "Disable web developer tools from the f12 button, right-click and browser ",
"main": "disable-devtool.min.js",
"unpkg": "disable-devtool.min.js",
"jsdelivr": "disable-devtool.min.js",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/theajack/disable-devtool"
},
"keywords": [
"disable-devtool",
"禁用F12",
"禁用开发者工具"
],
"author": "theajack",
"license": "MIT",
"bugs": {
"url": "https://github.com/theajack/disable-devtool/issues"
},
"homepage": ""
}