{
  "name": "@mapbox/check-file-dependencies",
  "description": "Takes a file path and checks to see if the modules it requires match the package.json",
  "version": "6.0.5",
  "main": "index.js",
  "engines": {
    "node": ">=24.18.0"
  },
  "dependencies": {
    "acorn": "^8.17.0",
    "acorn-walk": "^8.3.5",
    "escodegen": "^2.1.0",
    "got": "^11.8.6",
    "parents": "1.0.1",
    "resolve": "1.22.12",
    "semver": "^7.8.5",
    "tar": "^7.5.16"
  },
  "devDependencies": {
    "tape": "5.10.2"
  },
  "bin": {
    "check-file-dependencies": "./bin/cli"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "node test/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mapbox/check-file-dependencies.git"
  },
  "keywords": [
    "dependencies",
    "check",
    "confirm",
    "valid"
  ],
  "author": "Mapbox",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mapbox/check-file-dependencies/issues"
  },
  "homepage": "https://github.com/mapbox/check-file-dependencies#readme",
  "overrides": {
    "minimatch": ">=10.2.5"
  },
  "publishConfig": {
    "access": "public"
  }
}
