{
  "name": "@tryghost/kg-default-nodes",
  "version": "1.1.9",
  "repository": "https://github.com/TryGhost/Koenig/tree/main/packages/kg-default-nodes",
  "author": "Ghost Foundation",
  "license": "MIT",
  "main": "cjs/kg-default-nodes.js",
  "module": "es/kg-default-nodes.js",
  "source": "lib/kg-default-nodes.js",
  "scripts": {
    "dev": "rollup -c -w",
    "build": "rollup -c",
    "prepare": "NODE_ENV=production yarn build",
    "pretest": "yarn build",
    "test:unit": "NODE_ENV=testing c8 --all --check-coverage --reporter text --reporter cobertura mocha './test/**/*.test.js'",
    "test": "yarn test:unit",
    "lint:code": "eslint *.js lib/ --ext .js --cache",
    "lint": "yarn lint:code && yarn lint:test",
    "lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache"
  },
  "files": [
    "LICENSE",
    "README.md",
    "cjs/",
    "es/",
    "lib/"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@babel/eslint-parser": "7.24.5",
    "@babel/plugin-syntax-import-assertions": "^7.20.0",
    "@lexical/headless": "0.13.1",
    "@lexical/html": "0.13.1",
    "@prettier/sync": "^0.3.0",
    "@rollup/plugin-babel": "6.0.4",
    "c8": "9.1.0",
    "html-minifier": "^4.0.0",
    "mocha": "10.4.0",
    "prettier": "3.2.5",
    "rollup": "4.18.0",
    "rollup-plugin-svg": "2.0.0",
    "should": "13.2.3",
    "sinon": "17.0.1"
  },
  "dependencies": {
    "@lexical/clipboard": "0.13.1",
    "@lexical/rich-text": "0.13.1",
    "@lexical/selection": "0.13.1",
    "@lexical/utils": "0.13.1",
    "@tryghost/kg-clean-basic-html": "4.1.1",
    "@tryghost/kg-markdown-html-renderer": "7.0.5",
    "html-minifier": "^4.0.0",
    "jsdom": "^24.0.0",
    "lexical": "0.13.1",
    "lodash": "^4.17.21",
    "luxon": "^3.3.0"
  },
  "gitHead": "c419bb81cbf7e6dc8df2f96c25169102905f6260"
}
