Ghost/ghost/release-utils/package.json
2020-08-04 13:17:50 +00:00

34 lines
774 B
JSON

{
"name": "@tryghost/release-utils",
"version": "0.6.3",
"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": {
"mocha": "7.2.0",
"should": "13.2.3",
"sinon": "9.0.2"
},
"dependencies": {
"bluebird": "3.7.2",
"emoji-regex": "9.0.0",
"execa": "1.0.0",
"lodash": "4.17.19",
"request": "2.88.2",
"request-promise": "4.2.6"
}
}