@react-lib-tech/react-code-scanner
Version:
Static code scanner with React UI components for viewing scan results
59 lines (58 loc) • 1.33 kB
JSON
{
"name": "@react-lib-tech/react-code-scanner",
"version": "1.0.6",
"description": "Static code scanner with React UI components for viewing scan results",
"author": "Abhishek Kumar Singh",
"license": "MIT",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"files": [
"dist"
],
"sideEffects": false,
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"pb": "npm run build && npm publish --access public",
"run:build": "npm run build"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"esbuild": "^0.25.9",
"tsup": "^8.1.0",
"typescript": "^5.9.2"
},
"keywords": [
"react",
"static-analysis",
"code-scanner",
"lint",
"code-quality",
"security",
"eslint",
"typescript",
"sonarlint",
"babel"
],
"repository": {
"type": "git",
"url": "https://github.com/abhishek2122/react-code-scanner.git"
},
"bugs": {
"url": "https://github.com/abhishek2122/react-code-scanner/issues"
},
"homepage": "https://github.com/abhishek2122/react-code-scanner#readme",
"publishConfig": {
"access": "public"
}
}