{
  "name": "@tryghost/kg-converters",
  "version": "1.0.5",
  "repository": "https://github.com/TryGhost/Koenig/tree/main/packages/kg-converters",
  "author": "Ghost Foundation",
  "license": "MIT",
  "main": "cjs/kg-converters.js",
  "module": "es/kg-converters.js",
  "source": "lib/kg-converters.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 --src lib/ --exclude lib/kg-converters.js --check-coverage --reporter text --reporter cobertura mocha './test/**/*.test.js'",
    "test": "yarn test:unit",
    "posttest": "yarn lint",
    "lint": "yarn lint:code && yarn lint:test",
    "lint:code": "eslint *.js lib/ --ext .js --cache",
    "lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache"
  },
  "files": [
    "LICENSE",
    "README.md",
    "cjs/",
    "es/",
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@rollup/plugin-babel": "6.0.4",
    "c8": "9.1.0",
    "mocha": "10.4.0",
    "rollup": "4.18.0",
    "sinon": "17.0.1"
  },
  "dependencies": {
    "lodash": "^4.17.21"
  },
  "gitHead": "d3565fd3783a2f7f5faa67a59b7e6aecbc4746ec"
}
