{ "name": "@tryghost/kg-default-cards", "version": "10.0.9", "repository": "https://github.com/TryGhost/Koenig/tree/master/packages/kg-default-cards", "author": "Ghost Foundation", "license": "MIT", "main": "index.js", "scripts": { "dev": "echo \"Implement me!\"", "test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'", "lint": "eslint . --ext .js --cache", "posttest": "yarn lint" }, "engines": { "node": "^18.12.1 || ^20.11.1" }, "files": [ "LICENSE", "README.md", "lib/" ], "publishConfig": { "access": "public" }, "devDependencies": { "c8": "9.1.0", "mocha": "10.7.3", "should": "13.2.3", "simple-dom": "1.4.0", "sinon": "17.0.1" }, "dependencies": { "@tryghost/kg-markdown-html-renderer": "7.0.7", "@tryghost/string": "0.2.12", "@tryghost/url-utils": "4.4.8", "handlebars": "^4.7.6", "juice": "^10.0.0", "lodash": "^4.17.21", "luxon": "^3.5.0" }, "gitHead": "dcf4d4fe2176c8de734892004cf473151557cbc1" }