rittenhop-ghost/versions/5.94.2/node_modules/@tryghost/pretty-cli/package.json

34 lines
869 B
JSON
Raw Normal View History

{
"name": "@tryghost/pretty-cli",
"version": "1.2.44",
"description": "A mini-module to style a sywac instance in a standard way",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/pretty-cli",
"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"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "10.1.2",
"mocha": "10.6.0",
"should": "13.2.3",
"sinon": "18.0.0"
},
"dependencies": {
"chalk": "^4.1.0",
"sywac": "^1.3.0"
},
"gitHead": "d3d489cb44ac3d4e35e21388d48ee0d94e496d86"
}