{
  "name": "@redaksjon/context",
  "version": "0.1.0",
  "description": "Shared context schemas for redaksjon tools",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/redaksjon/redaksjon-context.git"
  },
  "keywords": [
    "context",
    "schemas",
    "redaksjon",
    "overcontext",
    "zod"
  ],
  "author": "Tim O'Brien <tobrien@discursive.com>",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=9.0.0"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./schemas": {
      "import": "./dist/schemas/index.js",
      "types": "./dist/schemas/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm run lint && tsc --noEmit && vite build",
    "dev": "vite",
    "watch": "vite build --watch",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint . --ext .ts --fix",
    "clean": "rm -rf dist",
    "precommit": "npm run lint && npm run build && npm run test:coverage",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "dependencies": {
    "@google-cloud/storage": "^7.19.0",
    "@utilarium/overcontext": "^0.0.8",
    "js-yaml": "^4.1.0",
    "zod": "^4.0.0"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.2.0",
    "@eslint/js": "^9.18.0",
    "@rollup/plugin-replace": "^6.0.2",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^22.0.0",
    "@typescript-eslint/eslint-plugin": "^8.20.0",
    "@typescript-eslint/parser": "^8.20.0",
    "@vitest/coverage-v8": "^2.1.8",
    "ajv": "^8.17.1",
    "eslint": "^9.18.0",
    "eslint-plugin-import": "^2.31.0",
    "globals": "^15.14.0",
    "typescript": "^5.5.0",
    "vite": "^7.3.1",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^2.1.8",
    "yaml": "^2.3.0"
  },
  "peerDependencies": {
    "zod": "^4.0.0"
  },
  "overrides": {
    "@microsoft/api-extractor": "7.56.3"
  }
}
