Ghost/ghost/release-utils/package.json

34 lines
770 B
JSON
Raw Normal View History

{
"name": "@tryghost/release-utils",
"version": "0.6.12",
"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-01 12:06:05 +03:00
"mocha": "8.3.2",
"should": "13.2.3",
2021-04-02 02:49:59 +03:00
"sinon": "10.0.0"
},
"dependencies": {
2020-04-22 14:22:18 +03:00
"bluebird": "3.7.2",
"emoji-regex": "9.2.2",
2020-10-28 15:06:04 +03:00
"execa": "4.1.0",
2021-04-02 00:00:55 +03:00
"lodash": "4.17.21",
2020-04-22 17:45:31 +03:00
"request": "2.88.2",
"request-promise": "4.2.6"
}
}