Ghost/ghost/release-utils/package.json
2019-04-08 01:29:25 +00:00

34 lines
780 B
JSON

{
"name": "@tryghost/release-utils",
"version": "0.3.2",
"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": "6.1.1",
"should": "13.2.3",
"sinon": "7.3.1"
},
"dependencies": {
"bluebird": "^3.5.3",
"emoji-regex": "^8.0.0",
"execa": "^1.0.0",
"lodash": "^4.17.11",
"request": "^2.88.0",
"request-promise": "^4.2.4"
}
}