{
  "name": "@nodesecure/tree-walker",
  "version": "1.3.1",
  "description": "NodeSecure tree walker",
  "type": "module",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc -b",
    "prepublishOnly": "npm run build",
    "test-only": "tsx --test ./test/**/*.spec.ts",
    "test": "c8 -r html npm run test-only"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "NodeSecure",
    "tree",
    "walker"
  ],
  "author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NodeSecure/scanner.git"
  },
  "bugs": {
    "url": "https://github.com/NodeSecure/scanner/issues"
  },
  "homepage": "https://github.com/NodeSecure/tree/master/workspaces/tree-walker#readme",
  "dependencies": {
    "@nodesecure/js-x-ray": "^9.2.0",
    "@nodesecure/npm-registry-sdk": "^3.0.0",
    "@nodesecure/npm-types": "^1.1.0",
    "@npmcli/arborist": "^9.0.2",
    "combine-async-iterators": "^3.0.0",
    "itertools": "^2.3.1",
    "npm-pick-manifest": "^10.0.0",
    "pacote": "^21.0.0",
    "semver": "^7.6.0"
  },
  "devDependencies": {
    "@types/npmcli__arborist": "^6.3.0"
  }
}
