29 lines
827 B
JSON
29 lines
827 B
JSON
{
|
|
"name": "@tryghost/bunyan-rotating-filestream",
|
|
"version": "0.0.7",
|
|
"repository": "git@github.com:TryGhost/bunyan-rotating-filestream.git",
|
|
"author": "Ghost Foundation",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
|
|
"lint": "eslint . --ext .js --cache",
|
|
"posttest": "yarn lint",
|
|
"preship": "yarn test",
|
|
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn publish --access public && git push --follow-tags; fi"
|
|
},
|
|
"devDependencies": {
|
|
"bunyan": "1.8.15",
|
|
"eslint": "7.21.0",
|
|
"eslint-plugin-ghost": "2.0.0",
|
|
"mkdirp": "1.0.4",
|
|
"mocha": "8.3.0",
|
|
"should": "13.2.3",
|
|
"sinon": "9.2.4"
|
|
},
|
|
"dependencies": {
|
|
"long-timeout": "^0.1.1"
|
|
}
|
|
}
|