Update author information in package.json files

This commit is contained in:
Simon Larsen 2024-03-14 13:20:47 +00:00
parent 2e9cb1de23
commit 2310ab0929
No known key found for this signature in database
GPG key ID: AB45983AA9C81CDE
14 changed files with 14 additions and 14 deletions

View file

@ -13,7 +13,7 @@
"test": "rm -rf build && jest --detectOpenHandles",
"coverage": "jest --detectOpenHandles --coverage"
},
"author": "",
"author": "OneUptime <hello@oneuptime.com> (https://oneuptime.com/)",
"license": "Apache-2.0",
"dependencies": {
"@sendgrid/mail": "^8.1.0",

View file

@ -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 <hello@oneuptime.com> (https://oneuptime.com/)",
"license": "MIT",
"devDependencies": {
"@faker-js/faker": "^8.0.2",

View file

@ -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 <hello@oneuptime.com> (https://oneuptime.com/)",
"license": "MIT",
"dependencies": {
"@clickhouse/client": "^0.2.10",

View file

@ -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 <hello@oneuptime.com> (https://oneuptime.com/)",
"license": "MIT",
"type": "module",
"dependencies": {

View file

@ -10,7 +10,7 @@
"compile": "tsc"
},
"keywords": [],
"author": "",
"author": "OneUptime <hello@oneuptime.com> (https://oneuptime.com/)",
"license": "Apache-2.0",
"devDependencies": {
"@playwright/test": "^1.31.2",

View file

@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"author": "OneUptime <hello@oneuptime.com> (https://oneuptime.com/)",
"license": "Apache-2.0",
"dependencies": {
"@fluent-org/logger": "^1.0.10",

View file

@ -14,7 +14,7 @@
"coverage": "jest --detectOpenHandles --coverage",
"publish-package": "export PACKAGE_NAME=@oneuptime/infrastructure-agent && bash ../Scripts/NPM/PublishPackage.sh"
},
"author": "",
"author": "OneUptime <hello@oneuptime.com> (https://oneuptime.com/)",
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",

View file

@ -12,7 +12,7 @@
"dep-check": "npm install -g depcheck && depcheck ./ --skip-missing=true",
"test": "jest --passWithNoTests"
},
"author": "",
"author": "OneUptime <hello@oneuptime.com> (https://oneuptime.com/)",
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",

View file

@ -20,6 +20,6 @@
"jest": "^27.5.1",
"ts-jest": "^27.1.4"
},
"author": "",
"author": "OneUptime <hello@oneuptime.com> (https://oneuptime.com/)",
"license": "Apache-2.0"
}

View file

@ -9,7 +9,7 @@
"compile": "tsc",
"dep-check": "npm install -g depcheck && depcheck ./ --skip-missing=true"
},
"author": "",
"author": "OneUptime <hello@oneuptime.com> (https://oneuptime.com/)",
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",

View file

@ -14,7 +14,7 @@
"coverage": "jest --detectOpenHandles --coverage",
"debug:test": "node --inspect node_modules/.bin/jest --runInBand ./Tests --detectOpenHandles"
},
"author": "",
"author": "OneUptime <hello@oneuptime.com> (https://oneuptime.com/)",
"license": "Apache-2.0",
"dependencies": {
"@types/ping": "^0.4.4",

View file

@ -19,6 +19,6 @@
"jest": "^27.5.1",
"ts-jest": "^27.1.4"
},
"author": "",
"author": "OneUptime <hello@oneuptime.com> (https://oneuptime.com/)",
"license": "Apache-2.0"
}

View file

@ -13,7 +13,7 @@
"test": "jest --detectOpenHandles",
"coverage": "jest --detectOpenHandles --coverage"
},
"author": "",
"author": "OneUptime <hello@oneuptime.com> (https://oneuptime.com/)",
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",

View file

@ -72,7 +72,7 @@
"url": "git+https://gitlab.com/oneuptime/app.git"
},
"keywords": [],
"author": "",
"author": "OneUptime <hello@oneuptime.com> (https://oneuptime.com/)",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/oneuptime/app/issues"