2018-09-21 15:06:02 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/pretty-cli",
|
2019-03-12 16:39:12 +03:00
|
|
|
"version": "1.2.0",
|
2018-09-21 15:06:02 +03:00
|
|
|
"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"
|
|
|
|
},
|
2018-11-29 19:00:18 +03:00
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
2018-09-21 15:06:02 +03:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-03-05 20:22:08 +03:00
|
|
|
"mocha": "6.0.2",
|
2018-09-21 15:06:02 +03:00
|
|
|
"should": "13.2.3",
|
2019-03-05 20:25:41 +03:00
|
|
|
"sinon": "7.2.7"
|
2018-09-21 15:06:02 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"chalk": "^2.4.1",
|
|
|
|
"sywac": "^1.2.1"
|
|
|
|
}
|
|
|
|
}
|