2019-03-12 23:53:32 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/release-utils",
|
2020-08-11 14:42:52 +03:00
|
|
|
"version": "0.6.5",
|
2019-03-12 23:53:32 +03:00
|
|
|
"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": {
|
2020-08-04 22:32:11 +03:00
|
|
|
"mocha": "8.1.1",
|
2019-03-12 23:53:32 +03:00
|
|
|
"should": "13.2.3",
|
2020-08-11 11:02:08 +03:00
|
|
|
"sinon": "9.0.3"
|
2019-03-12 23:53:32 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-04-22 14:22:18 +03:00
|
|
|
"bluebird": "3.7.2",
|
2020-04-22 17:55:28 +03:00
|
|
|
"emoji-regex": "9.0.0",
|
2020-08-04 16:59:55 +03:00
|
|
|
"execa": "4.0.3",
|
2020-08-04 15:38:39 +03:00
|
|
|
"lodash": "4.17.19",
|
2020-04-22 17:45:31 +03:00
|
|
|
"request": "2.88.2",
|
2020-08-04 16:02:15 +03:00
|
|
|
"request-promise": "4.2.6"
|
2019-03-12 23:53:32 +03:00
|
|
|
}
|
|
|
|
}
|