Ghost/ghost/errors/package.json
Hannah Wolfe 6d6785ae99 Published new versions
- @tryghost/errors@0.1.1
 - @tryghost/image-transform@0.1.0
2020-03-25 14:57:48 +00:00

31 lines
673 B
JSON

{
"name": "@tryghost/errors",
"version": "0.1.1",
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/errors",
"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": "7.1.1",
"should": "13.2.3",
"sinon": "9.0.1"
},
"dependencies": {
"ghost-ignition": "^4.1.0",
"lodash": "^4.17.15"
}
}