2014-02-09 10:29:23 -05:00
|
|
|
{
|
2022-07-20 16:10:38 +02:00
|
|
|
"name": "ghost-monorepo",
|
|
|
|
"version": "0.0.0-private",
|
2017-07-27 12:26:31 +04:00
|
|
|
"description": "The professional publishing platform",
|
2022-07-20 16:10:38 +02:00
|
|
|
"private": true,
|
|
|
|
"repository": "https://github.com/TryGhost/Ghost",
|
2015-05-05 23:54:23 +00:00
|
|
|
"author": "Ghost Foundation",
|
2015-05-25 21:00:32 -07:00
|
|
|
"license": "MIT",
|
2022-07-20 16:10:38 +02:00
|
|
|
"workspaces": [
|
|
|
|
"ghost/*"
|
|
|
|
],
|
|
|
|
"eslintIgnore": [
|
|
|
|
"**/node_modules/**"
|
|
|
|
],
|
2015-05-05 23:54:23 +00:00
|
|
|
"scripts": {
|
2022-07-20 16:10:38 +02:00
|
|
|
"dev": "yarn workspace ghost run dev",
|
2022-07-24 12:40:40 +02:00
|
|
|
"fix:admin": "yarn cache clean && cd ghost/core/core/admin && rm -rf node_modules tmp dist && yarn && cd ../../../..",
|
|
|
|
"fix:backend": "yarn cache clean && rm -rf node_modules && yarn",
|
|
|
|
"fix": "yarn fix:admin && yarn fix:backend",
|
2022-07-20 16:10:38 +02:00
|
|
|
"lint": "yarn workspaces run lint",
|
2022-07-20 17:37:59 +02:00
|
|
|
"start": "yarn workspace ghost run start",
|
2022-07-21 10:11:54 +02:00
|
|
|
"test": "yarn workspaces run test",
|
|
|
|
"main": "git pull && yarn && yarn workspace ghost run main"
|
2019-07-30 18:36:26 +05:30
|
|
|
},
|
|
|
|
"resolutions": {
|
2022-06-01 15:44:02 +01:00
|
|
|
"@tryghost/logging": "2.2.3",
|
2020-07-28 17:55:23 +01:00
|
|
|
"moment": "2.24.0",
|
2019-07-30 18:36:26 +05:30
|
|
|
"moment-timezone": "0.5.23"
|
2022-07-20 16:10:38 +02: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 23:54:23 +00:00
|
|
|
}
|
2014-02-09 10:29:23 -05:00
|
|
|
}
|