{
  "name": "@dxworks/depinder",
  "version": "0.2.2",
  "description": "",
  "keywords": [
    "dxworks",
    "dxw"
  ],
  "homepage": "https://github.com/dxworks/depinder#readme",
  "bugs": {
    "url": "https://github.com/dxworks/depinder/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dxworks/depinder.git"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=24.0.0"
  },
  "author": "Mario Rivis <mario.rivis@gmail.com>",
  "main": "dist/depinder.js",
  "bin": {
    "depinder": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm run clean && tsc -p tsconfig.build.json && npm run copy-files",
    "clean": "rimraf dist/ *.tsbuildinfo",
    "clean:modules": "rm -rf ./node_modules ./package-lock.json",
    "copy-files": "copyfiles -a -u 1 src/assets/**/*.* dist",
    "create": "npm run build && npm run test",
    "lint": "eslint ./src",
    "lint:fix": "eslint ./src --fix",
    "local": "npm run build && npm link && npx dx-depinder --help",
    "refresh": "rm -rf ./node_modules ./package-lock.json && npm install",
    "test": "jest --passWithNoTests",
    "test:dev": "jest --watch"
  },
  "dependencies": {
    "@dxworks/nuget-inspector": "^1.2.1",
    "@snyk/dep-graph": "^2.13.0",
    "@snyk/gemfile": "^1.2.0",
    "axios": "^1.7.0",
    "chalk": "^4.1.2",
    "cli-progress": "^3.11.2",
    "commander": "^14.0.3",
    "cross-env": "^10.0.0",
    "csv": "^6.0.4",
    "dotenv": "^17.0.0",
    "fast-xml-parser": "^5.3.3",
    "lodash": "^4.17.21",
    "minimatch": "^10.0.0",
    "moment": "^2.30.0",
    "mongodb": "^7.0.0",
    "mongoose": "^9.0.0",
    "node-html-parser": "^7.0.0",
    "npm": "^11.12.1",
    "npm-registry-fetch": "^19.0.0",
    "semver": "^7.7.0",
    "snyk-nodejs-lockfile-parser": "^2.5.0",
    "spdx-correct": "^3.1.1",
    "spdx-license-ids": "^3.0.10",
    "tmp": "^0.2.1",
    "toml": "^3.0.0",
    "winston": "^3.17.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.0.0",
    "@types/cli-progress": "^3.11.0",
    "@types/dockerode": "^4.0.0",
    "@types/fs-extra": "^11.0.0",
    "@types/inquirer": "^9.0.0",
    "@types/jest": "^29.0.0",
    "@types/lodash": "^4.17.0",
    "@types/node": "^24.0.0",
    "@types/npm-registry-fetch": "^8.0.0",
    "@types/semver": "^7.7.0",
    "@types/spdx-correct": "^3.1.0",
    "@types/string-template": "^1.0.0",
    "@types/tmp": "^0.2.0",
    "@types/ws": "^8.18.0",
    "copyfiles": "^2.4.1",
    "eslint": "^9.0.0",
    "i": "^0.3.7",
    "jest": "^29.0.0",
    "json": "^11.0.0",
    "performance-now": "^2.1.0",
    "rimraf": "^6.0.0",
    "sort-package-json": "^3.0.0",
    "ts-jest": "^29.0.0",
    "ts-node": "^10.9.0",
    "typescript": "^5.0.0",
    "typescript-eslint": "^8.0.0"
  },
  "dxw": {
    "commands": [
      {
        "file": "dist/depinder.js",
        "command": "mainCommand"
      }
    ]
  }
}
