Ghost/ghost/release-utils/package.json

34 lines
774 B
JSON
Raw Normal View History

{
"name": "@tryghost/release-utils",
"version": "0.6.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": {
2020-05-25 03:22:52 +03:00
"mocha": "7.2.0",
"should": "13.2.3",
2020-04-08 14:49:03 +03:00
"sinon": "9.0.2"
},
"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-04-22 14:21:42 +03:00
"execa": "1.0.0",
2020-04-22 14:22:38 +03:00
"lodash": "4.17.15",
2020-04-22 17:45:31 +03:00
"request": "2.88.2",
"request-promise": "4.2.5"
}
}