{
  "name": "@simple-libs/normalize-package-data",
  "type": "module",
  "version": "1.0.0",
  "description": "A small library to normalize package data.",
  "author": {
    "name": "Dan Onoshko",
    "email": "danon0404@gmail.com",
    "url": "https://github.com/dangreen"
  },
  "license": "MIT",
  "homepage": "https://github.com/TrigenSoftware/simple-libs/tree/main/packages/normalize-package-data#readme",
  "funding": "https://ko-fi.com/dangreen",
  "repository": {
    "type": "git",
    "url": "https://github.com/TrigenSoftware/simple-libs.git",
    "directory": "packages/normalize-package-data"
  },
  "bugs": {
    "url": "https://github.com/TrigenSoftware/simple-libs/issues"
  },
  "keywords": [
    "package",
    "normalize"
  ],
  "engines": {
    "node": ">=22"
  },
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "semver": "^7.8.5",
    "@simple-libs/hosted-git-info": "^2.0.0"
  }
}