diff --git a/App/package.json b/App/package.json index 71c16d259a..b9b0ad44c4 100644 --- a/App/package.json +++ b/App/package.json @@ -13,7 +13,7 @@ "test": "rm -rf build && jest --detectOpenHandles", "coverage": "jest --detectOpenHandles --coverage" }, - "author": "", + "author": "OneUptime (https://oneuptime.com/)", "license": "Apache-2.0", "dependencies": { "@sendgrid/mail": "^8.1.0", diff --git a/Common/package.json b/Common/package.json index 3152ed3096..0203eb45ec 100644 --- a/Common/package.json +++ b/Common/package.json @@ -10,7 +10,7 @@ "clear-modules": "rm -rf node_modules && rm package-lock.json && npm install", "dep-check": "npm install -g depcheck && depcheck ./ --skip-missing=true" }, - "author": "", + "author": "OneUptime (https://oneuptime.com/)", "license": "MIT", "devDependencies": { "@faker-js/faker": "^8.0.2", diff --git a/CommonServer/package.json b/CommonServer/package.json index 2f3ea928b2..5120a6ffdb 100644 --- a/CommonServer/package.json +++ b/CommonServer/package.json @@ -11,7 +11,7 @@ "debug:test": "cd .. && export $(grep -v '^#' config.env | xargs) && cd CommonServer && node --inspect node_modules/.bin/jest --runInBand ./Tests --detectOpenHandles", "dep-check": "npm install -g depcheck && depcheck ./ --skip-missing=true" }, - "author": "", + "author": "OneUptime (https://oneuptime.com/)", "license": "MIT", "dependencies": { "@clickhouse/client": "^0.2.10", diff --git a/CommonUI/package.json b/CommonUI/package.json index 110ed50020..95f798a037 100644 --- a/CommonUI/package.json +++ b/CommonUI/package.json @@ -10,7 +10,7 @@ "clear-modules": "rm -rf node_modules && rm package-lock.json && npm install", "dep-check": "npm install -g depcheck && depcheck ./ --skip-missing=true --ignores='@babel/runtime'" }, - "author": "", + "author": "OneUptime (https://oneuptime.com/)", "license": "MIT", "type": "module", "dependencies": { diff --git a/E2E/package.json b/E2E/package.json index 92d2f000fd..22d3157dc6 100644 --- a/E2E/package.json +++ b/E2E/package.json @@ -10,7 +10,7 @@ "compile": "tsc" }, "keywords": [], - "author": "", + "author": "OneUptime (https://oneuptime.com/)", "license": "Apache-2.0", "devDependencies": { "@playwright/test": "^1.31.2", diff --git a/Examples/fluentd/package.json b/Examples/fluentd/package.json index 11dfc9417f..000c0f9e17 100644 --- a/Examples/fluentd/package.json +++ b/Examples/fluentd/package.json @@ -6,7 +6,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "", + "author": "OneUptime (https://oneuptime.com/)", "license": "Apache-2.0", "dependencies": { "@fluent-org/logger": "^1.0.10", diff --git a/InfrastructureAgent/package.json b/InfrastructureAgent/package.json index 59dcaba8c9..964f12d1af 100644 --- a/InfrastructureAgent/package.json +++ b/InfrastructureAgent/package.json @@ -14,7 +14,7 @@ "coverage": "jest --detectOpenHandles --coverage", "publish-package": "export PACKAGE_NAME=@oneuptime/infrastructure-agent && bash ../Scripts/NPM/PublishPackage.sh" }, - "author": "", + "author": "OneUptime (https://oneuptime.com/)", "license": "Apache-2.0", "dependencies": { "Common": "file:../Common", diff --git a/Ingestor/package.json b/Ingestor/package.json index 58325a181b..9ab28111ce 100644 --- a/Ingestor/package.json +++ b/Ingestor/package.json @@ -12,7 +12,7 @@ "dep-check": "npm install -g depcheck && depcheck ./ --skip-missing=true", "test": "jest --passWithNoTests" }, - "author": "", + "author": "OneUptime (https://oneuptime.com/)", "license": "Apache-2.0", "dependencies": { "Common": "file:../Common", diff --git a/Model/package.json b/Model/package.json index 32bf742116..deac08e8ce 100644 --- a/Model/package.json +++ b/Model/package.json @@ -20,6 +20,6 @@ "jest": "^27.5.1", "ts-jest": "^27.1.4" }, - "author": "", + "author": "OneUptime (https://oneuptime.com/)", "license": "Apache-2.0" } \ No newline at end of file diff --git a/Nginx/package.json b/Nginx/package.json index 948bdbca73..7d1442c521 100644 --- a/Nginx/package.json +++ b/Nginx/package.json @@ -9,7 +9,7 @@ "compile": "tsc", "dep-check": "npm install -g depcheck && depcheck ./ --skip-missing=true" }, - "author": "", + "author": "OneUptime (https://oneuptime.com/)", "license": "Apache-2.0", "dependencies": { "Common": "file:../Common", diff --git a/Probe/package.json b/Probe/package.json index 9a17112e31..adae4973f3 100644 --- a/Probe/package.json +++ b/Probe/package.json @@ -14,7 +14,7 @@ "coverage": "jest --detectOpenHandles --coverage", "debug:test": "node --inspect node_modules/.bin/jest --runInBand ./Tests --detectOpenHandles" }, - "author": "", + "author": "OneUptime (https://oneuptime.com/)", "license": "Apache-2.0", "dependencies": { "@types/ping": "^0.4.4", diff --git a/Scripts/package.json b/Scripts/package.json index 3dab1d7ade..25d21eccb6 100644 --- a/Scripts/package.json +++ b/Scripts/package.json @@ -19,6 +19,6 @@ "jest": "^27.5.1", "ts-jest": "^27.1.4" }, - "author": "", + "author": "OneUptime (https://oneuptime.com/)", "license": "Apache-2.0" } \ No newline at end of file diff --git a/TestServer/package.json b/TestServer/package.json index b1ee8327ef..5d07afaebc 100644 --- a/TestServer/package.json +++ b/TestServer/package.json @@ -13,7 +13,7 @@ "test": "jest --detectOpenHandles", "coverage": "jest --detectOpenHandles --coverage" }, - "author": "", + "author": "OneUptime (https://oneuptime.com/)", "license": "Apache-2.0", "dependencies": { "Common": "file:../Common", diff --git a/package.json b/package.json index 466e50135f..df8629eb72 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "url": "git+https://gitlab.com/oneuptime/app.git" }, "keywords": [], - "author": "", + "author": "OneUptime (https://oneuptime.com/)", "license": "MIT", "bugs": { "url": "https://gitlab.com/oneuptime/app/issues"