{
  "name": "@sentry/release-parser",
  "version": "1.4.0",
  "description": "A release parser",
  "repository": "git://github.com/getsentry/sentry-release-parser.git",
  "homepage": "https://github.com/getsentry/sentry-release-parser",
  "author": "Sentry",
  "license": "MIT",
  "devDependencies": {
    "jest": "^29.7.0",
    "typescript": "^5.8.3"
  },
  "main": "lib/parser.js",
  "scripts": {
    "build": "tsc",
    "test": "jest"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "tests"
    ]
  }
}
