Ghost/ghost/release-utils/package.json

34 lines
776 B
JSON
Raw Normal View History

{
"name": "@tryghost/release-utils",
"version": "0.6.13",
"repository": "https://github.com/TryGhost/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": {
2021-04-16 15:28:10 +03:00
"mocha": "8.3.2",
"should": "13.2.3",
"sinon": "10.0.0"
},
"dependencies": {
"bluebird": "^3.7.2",
"emoji-regex": "^9.2.2",
"execa": "^4.1.0",
"lodash": "^4.17.21",
"request": "^2.88.2",
"request-promise": "^4.2.6"
}
}