{
  "name": "photon",
  "version": "4.1.1",
  "description": "JavaScript library for the WordPress.com Photon image manipulation service.",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "calypso:src": "src/index.ts",
  "types": "dist/types/index.d.ts",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git://github.com/Automattic/wp-calypso.git",
    "directory": "packages/photon"
  },
  "keywords": [
    "wordpress",
    "photon",
    "image",
    "resize",
    "thumbnail",
    "filter",
    "service",
    "api",
    "library"
  ],
  "files": [
    "dist",
    "src"
  ],
  "author": "Automattic Inc.",
  "contributors": [
    "Nathan Rajlich <nathan@automattic.com>"
  ],
  "license": "GPL-2.0-or-later",
  "bugs": "https://github.com/Automattic/wp-calypso/issues",
  "homepage": "https://github.com/Automattic/wp-calypso",
  "dependencies": {
    "@types/seed-random": "^2.2.1",
    "crc32": "^0.2.2",
    "debug": "^4.3.3",
    "seed-random": "^2.2.0",
    "tslib": "^2.3.0"
  },
  "devDependencies": {
    "@automattic/calypso-typescript-config": "^1.0.0",
    "typescript": "^5.3.3"
  },
  "scripts": {
    "clean": "tsc --build ./tsconfig.json ./tsconfig-cjs.json --clean && rm -rf dist",
    "build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json",
    "prepack": "yarn run clean && yarn run build"
  }
}