mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-12 06:53:32 +00:00
Update author information in package.json files
This commit is contained in:
parent
2e9cb1de23
commit
2310ab0929
14 changed files with 14 additions and 14 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue