Ghost/ghost/errors/package.json

31 lines
671 B
JSON
Raw Normal View History

{
"name": "@tryghost/errors",
"version": "0.2.5",
"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": {
2020-11-03 02:07:13 +03:00
"mocha": "8.2.1",
"should": "13.2.3",
2020-10-28 12:04:46 +03:00
"sinon": "9.2.1"
},
"dependencies": {
"ghost-ignition": "4.2.4",
2020-08-13 20:20:11 +03:00
"lodash": "4.17.20"
}
}