rittenhop-dev/versions/5.94.2/node_modules/@tryghost/kg-card-factory/package.json
2024-09-23 19:40:12 -04:00

33 lines
810 B
JSON

{
"name": "@tryghost/kg-card-factory",
"version": "5.0.5",
"repository": "https://github.com/TryGhost/Koenig/tree/master/packages/kg-card-factory",
"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": [
"index.js",
"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"
},
"gitHead": "f2b82536c645087b30d01317260deba0d9dbbd7e"
}