{
  "name": "@nodesecure/scanner",
  "version": "6.7.0",
  "description": "A package API to run a static analysis of your module's dependencies.",
  "type": "module",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "tsc -b",
    "lint": "eslint src test",
    "prepublishOnly": "npm run build && pkg-ok",
    "test": "npm run test-only",
    "test-only": "tsx --test ./test/**/*.spec.ts",
    "coverage": "c8 -r html npm run test-only"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NodeSecure/scanner.git"
  },
  "keywords": [
    "node",
    "nodejs",
    "security",
    "cli",
    "sast",
    "scanner",
    "static",
    "code",
    "analysis",
    "node_modules",
    "tree",
    "npm",
    "registry",
    "graph",
    "visualization",
    "dependencies"
  ],
  "author": "NodeSecure",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/NodeSecure/scanner/issues"
  },
  "homepage": "https://github.com/NodeSecure/tree/master/workspaces/scanner#readme",
  "dependencies": {
    "@fastify/deepmerge": "^3.1.0",
    "@nodesecure/conformance": "^1.1.0",
    "@nodesecure/contact": "^2.0.0",
    "@nodesecure/flags": "^3.0.3",
    "@nodesecure/i18n": "^4.0.1",
    "@nodesecure/js-x-ray": "^8.1.0",
    "@nodesecure/mama": "^1.4.0",
    "@nodesecure/npm-registry-sdk": "^3.0.0",
    "@nodesecure/npm-types": "^1.2.0",
    "@nodesecure/rc": "^4.1.0",
    "@nodesecure/tarball": "^1.2.0",
    "@nodesecure/tree-walker": "^1.3.0",
    "@nodesecure/vulnera": "^2.0.1",
    "@openally/mutex": "^1.0.0",
    "frequency-set": "^1.0.2",
    "pacote": "^21.0.0",
    "semver": "^7.5.4",
    "type-fest": "^4.41.0"
  },
  "devDependencies": {
    "@types/node": "^22.15.17",
    "c8": "^10.1.3",
    "tsx": "^4.19.4",
    "typescript": "^5.8.3"
  }
}
