{
  "name": "@snyk/rpm-parser",
  "description": "Produce a list of dependencies from an RPM database file.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "build-watch": "tsc -w",
    "debug": "tsc-watch --project tsconfig.json --onSuccess 'node --inspect --debug-brk .'",
    "lint": "eslint \"lib/**/*.ts\" && (cd test && eslint \"**/*.ts\")",
    "prepare": "npm run build",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/snyk/rpm-parser"
  },
  "author": "snyk.io",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=8"
  },
  "homepage": "https://github.com/snyk/rpm-parser#readme",
  "dependencies": {
    "event-loop-spinner": "^2.0.0"
  },
  "devDependencies": {
    "@types/node": "8.10.59",
    "@types/jest": "23.3.14",
    "@typescript-eslint/eslint-plugin": "2.25.0",
    "@typescript-eslint/parser": "2.25.0",
    "eslint": "6.8.0",
    "eslint-config-prettier": "6.10.1",
    "jest": "23.6.0",
    "ts-jest": "23.10.5",
    "ts-node": "7.0.0",
    "tsc-watch": "4.2.3",
    "typescript": "3.8.3"
  },
  "version": "2.0.0"
}
