Ghost/ghost/release-utils/package.json
Fabien O'Carroll 76478e4c74 Published new versions
- @tryghost/adapter-manager@0.1.6
 - @tryghost/errors@0.2.0
 - @tryghost/image-transform@0.2.4
 - @tryghost/moleculer-service-from-class@0.2.2
 - @tryghost/mw-session-from-token@0.1.4
 - @tryghost/pretty-cli@1.2.7
 - @tryghost/release-utils@0.6.3
 - @tryghost/session-service@0.1.4
 - @tryghost/vhost-middleware@1.0.5
 - @tryghost/zip@1.1.1
2020-05-26 18:19:01 +02:00

34 lines
774 B
JSON

{
"name": "@tryghost/release-utils",
"version": "0.6.3",
"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": {
"mocha": "7.2.0",
"should": "13.2.3",
"sinon": "9.0.2"
},
"dependencies": {
"bluebird": "3.7.2",
"emoji-regex": "9.0.0",
"execa": "1.0.0",
"lodash": "4.17.15",
"request": "2.88.2",
"request-promise": "4.2.5"
}
}