{
  "name": "snyk-go-parser",
  "description": "Generate a dep tree given a collection of manifests",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest",
    "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/snyk-go-parser.git"
  },
  "author": "snyk.io",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=4"
  },
  "files": [
    "bin",
    "dist"
  ],
  "homepage": "https://github.com/snyk/snyk-go-parser#readme",
  "dependencies": {
    "toml": "^3.0.0",
    "tslib": "^1.10.0"
  },
  "devDependencies": {
    "@types/jest": "^23.3.14",
    "@types/node": "^6.14.4",
    "jest": "^23.6.0",
    "ts-jest": "^23.10.5",
    "ts-node": "7.0.0",
    "tslint": "5.11.0",
    "typescript": "^3.7.3"
  },
  "version": "1.4.1"
}
