{
  "name": "@jsquash/png",
  "version": "3.1.1",
  "main": "index.js",
  "description": "Wasm png encoder and decoder supporting the browser. Repackaged from Squoosh App.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jamsinclair/jSquash.git"
  },
  "author": {
    "name": "Jamie Sinclair",
    "email": "jamsinclairnz+npm@gmail.com"
  },
  "keywords": [
    "image",
    "optimisation",
    "optimization",
    "squoosh",
    "wasm",
    "webassembly",
    "png"
  ],
  "license": "Apache-2.0",
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean && tsc && cp -r codec package.json README.md CHANGELOG.md .npmignore ../../LICENSE dist && (rm dist/codec/pkg/.gitignore || true)",
    "prepublishOnly": "[[ \"$PWD\" == *'/dist' ]] && exit 0 || (echo 'Please run npm publish from the dist directory' && exit 1)"
  },
  "devDependencies": {
    "typescript": "^4.4.4"
  },
  "type": "module",
  "sideEffects": false
}
