2018-09-21 15:06:02 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/pretty-cli",
|
2020-12-14 07:36:18 +03:00
|
|
|
"version": "1.2.12",
|
2018-09-21 15:06:02 +03:00
|
|
|
"description": "A mini-module to style a sywac instance in a standard way",
|
2019-04-05 10:50:03 +03:00
|
|
|
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/pretty-cli",
|
2018-09-21 15:06:02 +03:00
|
|
|
"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"
|
|
|
|
},
|
2018-11-29 19:00:18 +03:00
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
2018-09-21 15:06:02 +03:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-11-03 02:07:13 +03:00
|
|
|
"mocha": "8.2.1",
|
2018-09-21 15:06:02 +03:00
|
|
|
"should": "13.2.3",
|
2021-01-06 18:05:05 +03:00
|
|
|
"sinon": "9.2.3"
|
2018-09-21 15:06:02 +03:00
|
|
|
},
|
|
|
|
"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"
|
2018-09-21 15:06:02 +03:00
|
|
|
}
|
|
|
|
}
|