Ghost/ghost/pretty-cli/package.json
Daniel Lockyer f6d5480c4f Renamed TryGhost/Ghost-Utils links to TryGhost/Utils
no issue

- this repository has been renamed so this commit just brings all the
  links inline with this change
2021-01-12 16:40:16 +00:00

32 lines
738 B
JSON

{
"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": {
"mocha": "8.2.1",
"should": "13.2.3",
"sinon": "9.2.3"
},
"dependencies": {
"chalk": "4.1.0",
"sywac": "1.3.0"
}
}