Ghost/ghost/pretty-cli/package.json

32 lines
740 B
JSON
Raw Normal View History

{
"name": "@tryghost/pretty-cli",
"version": "1.2.0",
"description": "A mini-module to style a sywac instance in a standard way",
"repository": "https://github.com/TryGhost/slimer/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": {
2019-03-05 20:22:08 +03:00
"mocha": "6.0.2",
"should": "13.2.3",
2019-03-27 15:08:01 +03:00
"sinon": "7.3.1"
},
"dependencies": {
"chalk": "^2.4.1",
"sywac": "^1.2.1"
}
}