{
  "name": "snyk-poetry-lockfile-parser",
  "description": "Generate a dep graph given poetry.lock and pyproject.toml files",
  "homepage": "https://github.com/snyk/snyk-poetry-lockfile-parser#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/snyk/snyk-poetry-lockfile-parser"
  },
  "author": "snyk.io",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=8"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "format:check": "prettier --check '{lib,test}/**/*.{js,ts,json,yml}'",
    "format": "prettier --write '{lib,test}/**/*.{js,ts,json,yml}'",
    "lint": "npm run format:check && npm run lint:eslint",
    "lint:eslint": "eslint --color --cache 'lib/**/*.{js,ts}'",
    "test": "npm run test:unit",
    "test:unit": "jest",
    "test:coverage": "jest --coverage",
    "test:watch": "tsc-watch --onSuccess 'npm run test:unit'",
    "build": "tsc",
    "build-watch": "tsc -w",
    "prepare": "npm run build"
  },
  "dependencies": {
    "@iarna/toml": "^2.2.5",
    "@snyk/cli-interface": "^2.9.2",
    "@snyk/dep-graph": "^2.3.0",
    "@snyk/error-catalog-nodejs-public": "^4.0.1",
    "debug": "^4.2.0",
    "lodash": "^4.18.1",
    "tslib": "^2.0.0"
  },
  "devDependencies": {
    "@types/babel__traverse": "7.0.4",
    "@types/debug": "^4.1.5",
    "@types/jest": "^29.5.14",
    "@types/lodash": "^4.17.15",
    "@types/node": "^22.13.1",
    "@typescript-eslint/eslint-plugin": "^3.7.0",
    "@typescript-eslint/parser": "^3.7.0",
    "eslint": "^7.0.0",
    "eslint-config-prettier": "^6.11.0",
    "jest": "^29.7.0",
    "prettier": "^2.0.5",
    "ts-jest": "^29.2.5",
    "ts-node": "^8.10.1",
    "tsc-watch": "^4.2.7",
    "typescript": "^5.7.3"
  },
  "version": "1.9.2"
}
