Ghost/ghost/promise/package.json
2021-06-09 09:58:44 +00:00

30 lines
638 B
JSON

{
"name": "@tryghost/promise",
"version": "0.1.8",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/promise",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"mocha": "9.0.0",
"should": "13.2.3",
"sinon": "11.0.0"
},
"dependencies": {
"bluebird": "^3.7.2"
}
}