{
  "name": "blurhash",
  "version": "1.1.5",
  "description": "Encoder and decoder for the Wolt BlurHash algorithm.",
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/woltapp/blurhash/tree/master/TypeScript"
  },
  "homepage": "http://blurhash.com",
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "npm run ts && npm run ts:esm",
    "demo": "webpack-dev-server --mode development",
    "prettier": "prettier src/**/*.ts",
    "prettier-fix": "npm run prettier -- --write",
    "ts": "tsc",
    "ts:watch": "npm run ts -- --noEmit --watch",
    "ts:esm": "tsc --outDir dist/esm --target es2020 --declaration false --module es2015"
  },
  "keywords": [
    "blurhash",
    "blur",
    "hash",
    "image"
  ],
  "author": "omahlama",
  "license": "MIT",
  "devDependencies": {
    "prettier": "1.18.2",
    "ts-loader": "6.0.4",
    "typescript": "3.5.3",
    "webpack": "4.41.2",
    "webpack-cli": "3.3.10",
    "webpack-dev-server": "3.9.0"
  }
}
