rittenhop-dev/versions/5.94.2/node_modules/@tryghost/kg-default-cards/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2024-09-23 19:40:12 -04:00
{
"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"
}