2020-03-24 22:43:18 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/errors",
|
2020-03-25 17:57:48 +03:00
|
|
|
"version": "0.1.1",
|
2020-03-24 22:43:18 +03:00
|
|
|
"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",
|
2020-04-08 14:49:03 +03:00
|
|
|
"sinon": "9.0.2"
|
2020-03-24 22:43:18 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-03-25 13:34:54 +03:00
|
|
|
"ghost-ignition": "^4.1.0",
|
|
|
|
"lodash": "^4.17.15"
|
2020-03-24 22:43:18 +03:00
|
|
|
}
|
|
|
|
}
|