Ghost/ghost/pretty-cli/package.json

32 lines
738 B
JSON
Raw Normal View History

{
"name": "@tryghost/pretty-cli",
"version": "1.2.12",
"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": {
2020-11-03 02:07:13 +03:00
"mocha": "8.2.1",
"should": "13.2.3",
2021-01-06 18:05:05 +03:00
"sinon": "9.2.3"
},
"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"
}
}