Ghost/ghost/pretty-cli/package.json
2021-02-11 19:30:19 +00:00

32 lines
738 B
JSON

{
"name": "@tryghost/pretty-cli",
"version": "1.2.14",
"description": "A mini-module to style a sywac instance in a standard way",
"repository": "https://github.com/TryGhost/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.3.0",
"should": "13.2.3",
"sinon": "9.2.4"
},
"dependencies": {
"chalk": "4.1.0",
"sywac": "1.3.0"
}
}