Ghost/ghost/release-utils/package.json
Daniel Lockyer ab5ced6bdd Published new versions
- @tryghost/adapter-manager@0.1.10
 - @tryghost/bootstrap-socket@0.2.1
 - @tryghost/constants@0.1.0
 - @tryghost/errors@0.2.3
 - @tryghost/image-transform@1.0.3
 - @tryghost/moleculer-service-from-class@0.2.5
 - @tryghost/mw-session-from-token@0.1.7
 - @tryghost/pretty-cli@1.2.9
 - @tryghost/release-utils@0.6.5
 - @tryghost/session-service@0.1.8
 - @tryghost/vhost-middleware@1.0.8
 - @tryghost/zip@1.1.3
2020-08-11 12:42:52 +01:00

34 lines
774 B
JSON

{
"name": "@tryghost/release-utils",
"version": "0.6.5",
"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": "8.1.1",
"should": "13.2.3",
"sinon": "9.0.3"
},
"dependencies": {
"bluebird": "3.7.2",
"emoji-regex": "9.0.0",
"execa": "4.0.3",
"lodash": "4.17.19",
"request": "2.88.2",
"request-promise": "4.2.6"
}
}