{
  "name": "png-validator",
  "version": "2.0.0",
  "description": "Png validator checks Png files for corruption",
  "type": "module",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js"
    }
  },
  "files": [
    "index.js",
    "index.d.ts",
    "index.d.ts.map"
  ],
  "author": "Sámal Rasmussen",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/samal-rasmussen/png-validator.git"
  },
  "homepage": "https://github.com/samal-rasmussen/png-validator",
  "keywords": [
    "png",
    "png-validator",
    "png-validate",
    "png-validation",
    "validator",
    "validate",
    "validation",
    "valid",
    "invalid",
    "corruption",
    "corrupt",
    "correct",
    "correction",
    "checker"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "dts-buddy",
    "check": "tsc -w",
    "test": "node --test",
    "publish": "npm publish --registry https://registry.npmjs.org/ --access public"
  },
  "devDependencies": {
    "@types/node": "20.9.0",
    "dts-buddy": "0.4.0",
    "typescript": "5.2.2"
  }
}
