mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03:00
ba3c351aad
refs TryGhost/Team#728 - These are dependancies that have to come with the update check service - Used exact same versions of Bluebird/moment/lodash as in current TryGhost/Ghost main
32 lines
730 B
JSON
32 lines
730 B
JSON
{
|
|
"name": "@tryghost/update-check-service",
|
|
"version": "0.0.0",
|
|
"repository": "https://github.com/TryGhost/Core/tree/master/packages/update-check-service",
|
|
"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": [
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "8.4.0",
|
|
"should": "13.2.3",
|
|
"sinon": "11.1.1"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/errors": "^0.2.11",
|
|
"bluebird": "3.7.2",
|
|
"lodash": "4.17.21",
|
|
"moment": "2.24.0"
|
|
}
|
|
}
|