dazzer-cli
Version:
AI-readiness scanner with Smart Scanning - 95% performance improvement through GCS-based large file processing
58 lines (57 loc) • 1.08 kB
JSON
{
"name": "dazzer-cli",
"version": "0.3.4",
"description": "AI-readiness scanner with Smart Scanning - 95% performance improvement through GCS-based large file processing",
"keywords": [
"ai",
"code-quality",
"cli",
"scanner",
"ast",
"ai-readiness",
"code-analysis",
"developer-tools",
"smart-scanning",
"batch-processing",
"performance",
"magic-numbers"
],
"homepage": "https://dazzer.io",
"bugs": {
"url": "https://github.com/dazzer-io/dazzer-cli/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/dazzer-io/dazzer-cli-npm.git"
},
"license": "MIT",
"author": "Dazzer <team@dazzer.io>",
"main": "run.js",
"bin": {
"dazzer": "./run.js"
},
"scripts": {
"postinstall": "node install.js",
"test": "node test.js"
},
"engines": {
"node": ">=14.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64",
"ia32"
],
"files": [
"install.js",
"run.js",
"README.md",
"LICENSE",
"bin/"
]
}