3b0a94cadb
- @tryghost/maintenance@0.1.4 - @tryghost/update-check-service@0.2.2
36 lines
897 B
JSON
36 lines
897 B
JSON
{
|
|
"name": "@tryghost/update-check-service",
|
|
"version": "0.2.2",
|
|
"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"
|
|
}
|
|
}
|