Ghost/ghost/release-utils/package.json

34 lines
780 B
JSON
Raw Normal View History

{
"name": "@tryghost/release-utils",
"version": "0.4.0",
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/release-utils",
"author": "Ghost Foundation",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
2019-10-28 03:34:58 +03:00
"mocha": "6.2.2",
"should": "13.2.3",
2019-10-28 03:34:58 +03:00
"sinon": "7.5.0"
},
"dependencies": {
"bluebird": "^3.5.3",
"emoji-regex": "^8.0.0",
"execa": "^1.0.0",
"lodash": "^4.17.11",
"request": "^2.88.0",
"request-promise": "^4.2.4"
}
}