{
  "name": "dotnet-deps-parser",
  "description": "Generate a dep tree given a collection of manifests",
  "main": "dist/index.js",
  "scripts": {
    "test": "npm run lint && npm run test:jest",
    "test:jest": "jest --maxWorkers=3",
    "lint": "npm run format:check && eslint --cache '{test,lib}/**/*.{js,ts}'",
    "build": "tsc",
    "build-watch": "tsc -w",
    "prepare": "npm run build",
    "format:check": "prettier --check '{test,lib}/**/*.{js,ts}'",
    "format": "prettier --write '{test,lib}/**/*.{js,ts}'"
  },
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/snyk/dotnet-deps-parser.git"
  },
  "author": "snyk.io",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=16"
  },
  "files": [
    "bin",
    "dist"
  ],
  "homepage": "https://github.com/snyk/dotnet-deps-parser#readme",
  "dependencies": {
    "@snyk/error-catalog-nodejs-public": "^4.0.1",
    "jsonc-parser": "^3.3.1",
    "lodash": "^4.18.1",
    "source-map-support": "^0.5.21",
    "xml2js": "0.6.2"
  },
  "devDependencies": {
    "@types/jest": "^29.5.4",
    "@types/node": "^20.5.9",
    "@types/xml2js": "0.4.12",
    "@typescript-eslint/eslint-plugin": "^7.4.0",
    "@typescript-eslint/parser": "^7.4.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "jest": "29.6.4",
    "prettier": "^3.0.3",
    "ts-jest": "^29.1.1",
    "tslib": "^2.6.2",
    "typescript": "5.2.2"
  },
  "version": "6.1.4"
}
