Cleaned up package metadata

refs https://github.com/TryGhost/Toolbox/issues/354

- set packages to `private: true`
- removed repository link - these packages won't be published so this
  link won't be seen anywhere
- removed `publishConfig`
This commit is contained in:
Daniel Lockyer 2022-07-26 15:08:05 +02:00
parent 5fc7ba59d3
commit 255eb0726b
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD
20 changed files with 20 additions and 77 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@tryghost/adapter-manager",
"private": true,
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/adapter-manager",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +15,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -1,7 +1,7 @@
{
"name": "@tryghost/api-version-compatibility-service",
"private": true,
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/api-version-compatibility-service",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -17,9 +17,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -1,7 +1,7 @@
{
"name": "@tryghost/bootstrap-socket",
"private": true,
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/bootstrap-socket",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +15,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -1,7 +1,7 @@
{
"name": "@tryghost/constants",
"private": true,
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/constants",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +15,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -1,7 +1,7 @@
{
"name": "@tryghost/email-content-generator",
"private": true,
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/email-content-generator",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -17,9 +17,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -1,7 +1,7 @@
{
"name": "@tryghost/extract-api-key",
"private": true,
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/extract-api-key",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -17,9 +17,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"jsonwebtoken": "^8.5.1"
}

View File

@ -1,7 +1,7 @@
{
"name": "@tryghost/job-manager",
"private": true,
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/job-manager",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +15,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@sinonjs/fake-timers": "9.1.2",
"c8": "7.12.0",

View File

@ -1,8 +1,8 @@
{
"name": "@tryghost/members-importer",
"version": "0.0.0",
"private": true,
"author": "Ghost Foundation",
"private": true,
"license": "MIT",
"main": "index.js",
"scripts": {

View File

@ -1,7 +1,7 @@
{
"name": "@tryghost/minifier",
"private": true,
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/minifier",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +15,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -1,7 +1,7 @@
{
"name": "@tryghost/mw-api-version-mismatch",
"private": true,
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-api-version-mismatch",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -17,9 +17,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -1,7 +1,7 @@
{
"name": "@tryghost/mw-error-handler",
"private": true,
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-error-handler",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +15,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -1,7 +1,7 @@
{
"name": "@tryghost/mw-session-from-token",
"private": true,
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-session-from-token",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +15,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"express": "4.18.1",

View File

@ -1,7 +1,7 @@
{
"name": "@tryghost/mw-update-user-last-seen",
"private": true,
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-update-user-last-seen",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +15,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -1,7 +1,7 @@
{
"name": "@tryghost/package-json",
"private": true,
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/package-json",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +15,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -1,7 +1,7 @@
{
"name": "@tryghost/security",
"private": true,
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/security",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +15,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -1,7 +1,7 @@
{
"name": "@tryghost/session-service",
"private": true,
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/session-service",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +15,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"express": "4.18.1",

View File

@ -1,7 +1,7 @@
{
"name": "@tryghost/settings-path-manager",
"private": true,
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/settings-path-manager",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +15,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -1,7 +1,7 @@
{
"name": "@tryghost/update-check-service",
"private": true,
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/update-check-service",
"author": "Ghost Foundation",
"license": "MIT",
"main": "./lib/update-check-service.js",
@ -15,9 +15,6 @@
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"mocha": "10.0.0",
"should": "13.2.3",

View File

@ -1,7 +1,7 @@
{
"name": "@tryghost/version-notifications-data-service",
"private": true,
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/version-notifications-data-service",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -17,9 +17,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -1,7 +1,7 @@
{
"name": "@tryghost/vhost-middleware",
"private": true,
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/vhost-middleware",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +15,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",