{
  "name": "@devvit/web-view-scripts",
  "version": "0.13.5",
  "license": "BSD-3-Clause",
  "repository": {
    "type": "git",
    "url": "https://developers.reddit.com/"
  },
  "type": "module",
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json",
    "./*": "./*"
  },
  "main": "./dist/index.js",
  "files": [
    "**"
  ],
  "scripts": {
    "build": "tsc --build && yarn build:devvit",
    "build:devvit": "yarn bundle --minify",
    "bundle": "tools/build.js",
    "clean": "rm -rf .turbo coverage dist",
    "clobber": "yarn clean && rm -rf node_modules",
    "dev:wvs": "yarn bundle --watch",
    "lint": "redlint .",
    "lint:fix": "yarn lint --fix",
    "prepublishOnly": "publish-package-json",
    "test": "yarn test:unit && yarn lint",
    "test:size": "yarn build:devvit && filesize",
    "test:unit": "vitest run",
    "test:unit-with-coverage": "vitest run --coverage"
  },
  "types": "./dist/index.d.ts",
  "dependencies": {
    "@devvit/protos": "0.13.5",
    "@devvit/shared": "0.13.5",
    "@devvit/shared-types": "0.13.5",
    "html-to-image": "1.11.13",
    "jwt-decode": "4.0.0"
  },
  "devDependencies": {
    "@ampproject/filesize": "4.3.0",
    "@devvit/repo-tools": "0.13.5",
    "@devvit/tsconfig": "0.13.5",
    "@types/jsdom": "21.1.7",
    "@types/node": "20.14.12",
    "esbuild": "0.25.9",
    "eslint": "9.11.1",
    "jsdom": "24.1.0",
    "typescript": "5.8.3",
    "vitest": "4.1.0"
  },
  "filesize": {
    "dist/scripts/devvit.v1.min.js": {
      "gzip": "27 kb",
      "none": "118 kb"
    },
    "dist/scripts/screenshot.v1.min.js": {
      "gzip": "28 kb",
      "none": "121 kb"
    }
  },
  "source": "./src/index.ts",
  "gitHead": "89577f094a3c2e35a826c7f2b6a8e2baeaea5bf1"
}
