Ghost/ghost/update-check-service/package.json
Sam Lord ea88c86ccb Switched Ignition for @tryghost/debug & unpinned deps
no issue

Unpinning dependencies to ensure deps stay up to date when used in Ghost. Removed Ignition because deprecated in favour of using @tryghost/debug
2021-09-22 15:38:09 +01:00

36 lines
897 B
JSON

{
"name": "@tryghost/update-check-service",
"version": "0.2.1",
"repository": "https://github.com/TryGhost/Core/tree/main/packages/update-check-service",
"author": "Ghost Foundation",
"license": "MIT",
"main": "./lib/update-check-service.js",
"exports": "./lib/update-check-service.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": {
"mocha": "9.1.1",
"should": "13.2.3",
"sinon": "11.1.2"
},
"dependencies": {
"@tryghost/debug": "^0.1.5",
"@tryghost/errors": "^0.2.11",
"@tryghost/logging": "^0.1.7",
"@tryghost/tpl": "^0.1.3",
"bluebird": "^3.7.2",
"lodash": "^4.17.21",
"moment": "^2.24.0"
}
}