react-devtools-blocker
Version:
[](https://www.npmjs.com/package/react-devtools-blocker) [](https://github.com/y
39 lines • 806 B
JSON
{
"name": "react-devtools-blocker",
"version": "2.0.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup src/index.tsx --format esm,cjs --dts",
"deploy":"npm run build && npm publish --access public"
},
"keywords": [
"react",
"nextjs",
"devtools",
"security",
"blocker",
"anti-cheat",
"exam",
"frontend",
"protection"
],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
}
}