{
  "name": "@devvit/shared-types",
  "version": "0.14.1",
  "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 && yarn postbuild:copy-schemas",
    "clean": "rm -rf .turbo coverage dist",
    "clobber": "yarn clean && rm -rf node_modules",
    "lint": "redlint .",
    "lint:fix": "yarn lint --fix",
    "postbuild:copy-schemas": "cp -af src/schemas/*.json dist/schemas/",
    "prepublishOnly": "publish-package-json",
    "test": "yarn test:unit && yarn test:types",
    "test:types": "tsc --noEmit",
    "test:unit": "vitest run",
    "test:unit-with-coverage": "vitest run --coverage"
  },
  "types": "./dist/index.d.ts",
  "dependencies": {
    "@devvit/protos": "0.14.1",
    "jsonschema": "1.4.1",
    "jwt-decode": "4.0.0",
    "uuid": "14.0.0"
  },
  "devDependencies": {
    "@devvit/repo-tools": "0.14.1",
    "@devvit/tsconfig": "0.14.1",
    "@types/node": "24.13.3",
    "@types/redis-mock": "0.17.1",
    "@types/uuid": "9.0.0",
    "eslint": "9.11.1",
    "lit": "2.5.0",
    "redis": "4.6.6",
    "redis-mock": "0.56.3",
    "typescript": "5.8.3",
    "vitest": "4.1.0"
  },
  "source": "./src/index.ts",
  "gitHead": "3c226855c7bebb4210ee4a80ac5716df4e8ae818"
}
