{ "name": "@tryghost/kg-converters", "version": "1.0.7", "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.7.3", "rollup": "4.21.0", "sinon": "17.0.1" }, "dependencies": { "lodash": "^4.17.21" }, "gitHead": "971e705c9306d81945fc9c2c05018d1d0d80fd59" }