Ghost/ghost/pretty-cli/package.json
2020-04-08 12:16:19 +00:00

32 lines
745 B
JSON

{
"name": "@tryghost/pretty-cli",
"version": "1.2.4",
"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": "7.1.1",
"should": "13.2.3",
"sinon": "9.0.2"
},
"dependencies": {
"chalk": "^3.0.0",
"sywac": "^1.2.1"
}
}