Ghost/ghost/pretty-cli/package.json

32 lines
743 B
JSON
Raw Normal View History

{
"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": {
2020-08-04 22:32:11 +03:00
"mocha": "8.1.1",
"should": "13.2.3",
2020-04-08 14:49:03 +03:00
"sinon": "9.0.2"
},
"dependencies": {
2020-08-04 15:16:58 +03:00
"chalk": "4.1.0",
2020-04-22 17:55:18 +03:00
"sywac": "1.3.0"
}
}