{
  "name": "@nodesecure/scanner",
  "version": "10.13.0",
  "description": "A package API to run a static analysis of your module's dependencies.",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./extractors": {
      "types": "./dist/extractors/index.d.ts",
      "import": "./dist/extractors/index.js"
    },
    "./package.json": "./package.json"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "tsc -b && cp -R ./src/data ./dist/data",
    "lint": "eslint src test",
    "prepublishOnly": "npm run build && pkg-ok",
    "test": "c8 -r html npm run test-only && npm run test-types",
    "test-only": "node --test \"./test/**/*.spec.ts\"",
    "test-types": "attw --pack . --profile esm-only",
    "test-extractors-browser-compat": "node --test \"./test/extractors/browser-compat.spec.ts\""
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NodeSecure/scanner",
    "directory": "workspaces/scanner"
  },
  "files": [
    "dist"
  ],
  "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.2.1",
    "@nodesecure/contact": "^3.3.0",
    "@nodesecure/flags": "^3.0.3",
    "@nodesecure/i18n": "^4.1.0",
    "@nodesecure/js-x-ray": "15.1.0",
    "@nodesecure/mama": "^2.4.0",
    "@nodesecure/npm-registry-sdk": "4.5.2",
    "@nodesecure/npm-types": "^1.4.0",
    "@nodesecure/rc": "^5.6.0",
    "@nodesecure/tarball": "^4.2.0",
    "@nodesecure/tree-walker": "^4.0.2",
    "@nodesecure/utils": "^2.3.0",
    "@nodesecure/vulnera": "3.1.0",
    "@openally/mutex": "^2.0.0",
    "fastest-levenshtein": "^1.0.16",
    "frequency-set": "^2.1.0",
    "pacote": "^22.0.0",
    "semver": "^7.5.4",
    "type-fest": "^5.0.1"
  },
  "devDependencies": {
    "@npmcli/config": "^10.4.2",
    "@types/node": "^26.0.0",
    "@types/npmcli__config": "^6.0.3",
    "c8": "^11.0.0",
    "esbuild": "0.28.1"
  }
}
