{
  "name": "packageurl-js",
  "version": "2.0.1",
  "description": "JavaScript library to parse and build \"purl\" aka. package URLs. This is a microlibrary implementing the purl spec at https://github.com/package-url",
  "keywords": [
    "package",
    "url"
  ],
  "homepage": "https://github.com/package-url/packageurl-js#readme",
  "bugs": {
    "url": "https://github.com/package-url/packageurl-js/issues"
  },
  "license": "MIT",
  "author": "the purl authors",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/package-url/packageurl-js.git"
  },
  "scripts": {
    "test": "mocha",
    "prettify": "prettier --write ./**/*.js"
  },
  "devDependencies": {
    "mocha": "^10.4.0",
    "prettier": "^3.2.5"
  },
  "files": [
    "*{.js,.ts}",
    "src/**/*{.js,.ts}",
    "LICENSE",
    "README.md"
  ]
}
