{
  "name": "@tryghost/kg-default-transforms",
  "version": "1.3.3",
  "repository": "https://github.com/TryGhost/Koenig/tree/main/packages/kg-default-transforms",
  "author": "Ghost Foundation",
  "license": "MIT",
  "main": "build/cjs/index.js",
  "module": "build/esm/index.js",
  "types": "build/esm/index.d.ts",
  "exports": {
    ".": {
      "types": "./build/esm/index.d.ts",
      "import": "./build/esm/index.js",
      "require": "./build/cjs/index.js"
    }
  },
  "scripts": {
    "dev": "tsc --watch --preserveWatchOutput --sourceMap",
    "build": "tsc && tsc -p tsconfig.cjs.json && echo '{\"type\":\"module\"}' > build/esm/package.json",
    "prepare": "tsc && tsc -p tsconfig.cjs.json && echo '{\"type\":\"module\"}' > build/esm/package.json",
    "pretest": "tsc && tsc -p tsconfig.cjs.json && echo '{\"type\":\"module\"}' > build/esm/package.json && tsc -p tsconfig.test.json",
    "test:unit": "NODE_ENV=testing c8 --src src --all --check-coverage --100 --reporter text --reporter cobertura mocha --require tsx './test/**/*.test.ts'",
    "test": "yarn test:types && yarn test:unit",
    "test:types": "tsc --noEmit",
    "lint": "eslint"
  },
  "files": [
    "build"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@eslint/js": "9.39.4",
    "@lexical/headless": "0.13.1",
    "@lexical/link": "0.13.1",
    "c8": "11.0.0",
    "mocha": "11.7.6",
    "sinon": "22.0.0",
    "tsx": "4.22.4",
    "typescript": "5.9.3",
    "typescript-eslint": "8.61.1"
  },
  "dependencies": {
    "@lexical/list": "0.13.1",
    "@lexical/rich-text": "0.13.1",
    "@lexical/utils": "0.13.1",
    "@tryghost/kg-default-nodes": "2.1.3",
    "lexical": "0.13.1"
  },
  "gitHead": "fd524feb81a92149e2f153774f685eb646d3fa1d"
}
