UNPKG

react-devtools-blocker

Version:

[![npm version](https://img.shields.io/npm/v/react-devtools-blocker.svg?style=flat-square)](https://www.npmjs.com/package/react-devtools-blocker) [![license](https://img.shields.io/npm/l/react-devtools-blocker.svg?style=flat-square)](https://github.com/y

39 lines 806 B
{ "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" } }