{
  "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 unit-test",
    "unit-test": "npm run build && tap test/lib -Rspec --timeout=300 --node-path ts-node --test-file-pattern '/\\.test\\.[tj]s$/'",
    "lint": "tslint -p tsconfig.json",
    "build": "tsc",
    "build-watch": "tsc -w",
    "prepare": "npm run build"
  },
  "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": ">=4"
  },
  "files": [
    "bin",
    "dist"
  ],
  "homepage": "https://github.com/snyk/dotnet-deps-parser#readme",
  "dependencies": {
    "@types/xml2js": "0.4.5",
    "@snyk/lodash": "4.17.15-patch",
    "source-map-support": "^0.5.7",
    "tslib": "^1.10.0",
    "xml2js": "0.4.23"
  },
  "devDependencies": {
    "@types/node": "^4.0.47",
    "tap": "github:snyk/node-tap#alternative-runtimes",
    "ts-node": "7.0.0",
    "tslint": "5.11.0",
    "typescript": "3.7.3"
  },
  "version": "4.10.0"
}
