2014-02-09 10:29:23 -05:00
|
|
|
{
|
2022-07-20 09:10:38 -05:00
|
|
|
"name": "ghost-monorepo",
|
|
|
|
"version": "0.0.0-private",
|
2017-07-27 03:26:31 -05:00
|
|
|
"description": "The professional publishing platform",
|
2022-07-20 09:10:38 -05:00
|
|
|
"private": true,
|
|
|
|
"repository": "https://github.com/TryGhost/Ghost",
|
2015-05-05 18:54:23 -05:00
|
|
|
"author": "Ghost Foundation",
|
2015-05-25 23:00:32 -05:00
|
|
|
"license": "MIT",
|
2022-07-20 09:10:38 -05:00
|
|
|
"workspaces": [
|
|
|
|
"ghost/*"
|
|
|
|
],
|
|
|
|
"eslintIgnore": [
|
|
|
|
"**/node_modules/**"
|
|
|
|
],
|
2015-05-05 18:54:23 -05:00
|
|
|
"scripts": {
|
2022-07-20 09:10:38 -05:00
|
|
|
"dev": "yarn workspace ghost run dev",
|
|
|
|
"lint": "yarn workspaces run lint",
|
|
|
|
"start": "yarn workspace ghost run start"
|
2019-07-30 08:06:26 -05:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2022-06-01 09:44:02 -05:00
|
|
|
"@tryghost/logging": "2.2.3",
|
2020-07-28 11:55:23 -05:00
|
|
|
"moment": "2.24.0",
|
2019-07-30 08:06:26 -05:00
|
|
|
"moment-timezone": "0.5.23"
|
2022-07-20 09:10:38 -05:00
|
|
|
},
|
|
|
|
"renovate": {
|
|
|
|
"extends": [
|
|
|
|
"@tryghost:quietJS",
|
|
|
|
"@tryghost:disableTryGhostAutomerge",
|
|
|
|
"@tryghost:groupTestLint",
|
|
|
|
"@tryghost:groupCSS",
|
|
|
|
"@tryghost:groupBuildTools"
|
|
|
|
],
|
|
|
|
"ignoreDeps": [
|
|
|
|
"got",
|
|
|
|
"intl-messageformat",
|
|
|
|
"moment",
|
|
|
|
"moment-timezone",
|
|
|
|
"oembed-parser",
|
|
|
|
"simple-dom"
|
|
|
|
],
|
|
|
|
"ignorePaths": [
|
|
|
|
"test"
|
|
|
|
],
|
|
|
|
"packageRules": [
|
|
|
|
{
|
|
|
|
"packagePatterns": [
|
|
|
|
"metascraper"
|
|
|
|
],
|
|
|
|
"groupName": "metascraper"
|
|
|
|
}
|
|
|
|
]
|
2015-05-05 18:54:23 -05:00
|
|
|
}
|
2014-02-09 10:29:23 -05:00
|
|
|
}
|