9f3114d1a1
- @tryghost/adapter-manager@0.1.8 - @tryghost/errors@0.2.1 - @tryghost/image-transform@1.0.1 - @tryghost/moleculer-service-from-class@0.2.4 - @tryghost/mw-session-from-token@0.1.6 - @tryghost/pretty-cli@1.2.8 - @tryghost/release-utils@0.6.4 - @tryghost/session-service@0.1.6 - @tryghost/vhost-middleware@1.0.6 - @tryghost/zip@1.1.2
32 lines
743 B
JSON
32 lines
743 B
JSON
{
|
|
"name": "@tryghost/pretty-cli",
|
|
"version": "1.2.8",
|
|
"description": "A mini-module to style a sywac instance in a standard way",
|
|
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/pretty-cli",
|
|
"author": "Ghost Foundation",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "echo \"Implement me!\"",
|
|
"test": "NODE_ENV=testing mocha ./test/**/*.test.js",
|
|
"lint": "eslint . --ext .js --cache",
|
|
"posttest": "yarn lint"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "8.1.1",
|
|
"should": "13.2.3",
|
|
"sinon": "9.0.2"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "4.1.0",
|
|
"sywac": "1.3.0"
|
|
}
|
|
}
|