8f4c4f66b5
- @tryghost/adapter-manager@0.2.16 - @tryghost/bootstrap-socket@0.2.11 - @tryghost/config-url-helpers@0.1.2 - @tryghost/constants@0.1.10 - @tryghost/errors@0.2.15 - @tryghost/image-transform@1.0.15 - @tryghost/job-manager@0.8.9 - @tryghost/limit-service@0.6.3 - @tryghost/moleculer-service-from-class@0.2.19 - @tryghost/mw-session-from-token@0.1.24 - @tryghost/package-json@1.0.4 - @tryghost/pretty-cli@1.2.20 - @tryghost/promise@0.1.11 - @tryghost/release-utils@0.6.17 - @tryghost/security@0.2.11 - @tryghost/session-service@0.1.26 - @tryghost/settings-path-manager@0.1.0 - @tryghost/tpl@0.1.5 - @tryghost/vhost-middleware@1.0.17 - @tryghost/zip@1.1.16
36 lines
833 B
JSON
36 lines
833 B
JSON
{
|
|
"name": "@tryghost/release-utils",
|
|
"version": "0.6.17",
|
|
"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 c8 mocha './test/**/*.test.js'",
|
|
"lint": "eslint . --ext .js --cache",
|
|
"posttest": "yarn lint"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"c8": "7.9.0",
|
|
"mocha": "9.1.2",
|
|
"should": "13.2.3",
|
|
"sinon": "11.1.2"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/errors": "^0.2.15",
|
|
"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"
|
|
}
|
|
}
|