{
  "name": "@radulle/cra-squoosh-png",
  "version": "2.0.0",
  "main": "index.js",
  "description": "Wasm png encoder and decoder supporting the browser. Repackaged from Squoosh App, CRA compatible fork.",
  "repository": "jamsinclair/jSquash",
  "author": {
    "name": "Jamie Sinclair",
    "email": "jamsinclairnz+npm@gmail.com"
  },
  "keywords": [
    "image",
    "optimisation",
    "optimization",
    "squoosh",
    "wasm",
    "webassembly",
    "png"
  ],
  "license": "Apache-2.0",
  "scripts": {
    "pub": "cd dist && npm publish --access public",
    "clean": "rm -rf dist",
    "build": "npm run clean && tsc && cp -r codec package.json README.md .npmignore dist"
  },
  "dependencies": {
    "wasm-feature-detect": "^1.2.11"
  },
  "devDependencies": {
    "typescript": "^4.4.4"
  },
  "sideEffects": false
}
