Ghost/ghost/release-utils/package.json
2021-10-15 08:26:58 +00:00

36 lines
831 B
JSON

{
"name": "@tryghost/release-utils",
"version": "0.7.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/release-utils",
"author": "Ghost Foundation",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.10.0",
"mocha": "9.1.3",
"should": "13.2.3",
"sinon": "11.1.2"
},
"dependencies": {
"@tryghost/errors": "^0.2.16",
"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"
}
}