mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Update package.json licenses
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"coverage": "jest --detectOpenHandles --coverage"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@sendgrid/mail": "^8.1.0",
|
||||
"Common": "file:../Common",
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.31.2",
|
||||
"@types/node": "^20.10.4"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@fluent-org/logger": "^1.0.10",
|
||||
"express": "^4.18.2"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"publish-package": "export PACKAGE_NAME=@oneuptime/infrastructure-agent && bash ../Scripts/NPM/PublishPackage.sh"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"Common": "file:../Common",
|
||||
"CommonServer": "file:../CommonServer",
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"test": "jest --passWithNoTests"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"Common": "file:../Common",
|
||||
"CommonServer": "file:../CommonServer",
|
||||
|
||||
@@ -21,5 +21,5 @@
|
||||
"ts-jest": "^27.1.4"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
"license": "Apache-2.0"
|
||||
}
|
||||
@@ -10,7 +10,7 @@
|
||||
"dep-check": "npm install -g depcheck && depcheck ./ --skip-missing=true"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"Common": "file:../Common",
|
||||
"CommonServer": "file:../CommonServer",
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"debug:test": "node --inspect node_modules/.bin/jest --runInBand ./Tests --detectOpenHandles"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@types/ping": "^0.4.4",
|
||||
"axios": "^1.6.7",
|
||||
|
||||
@@ -20,5 +20,5 @@
|
||||
"ts-jest": "^27.1.4"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
"license": "Apache-2.0"
|
||||
}
|
||||
@@ -14,7 +14,7 @@
|
||||
"coverage": "jest --detectOpenHandles --coverage"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"Common": "file:../Common",
|
||||
"CommonServer": "file:../CommonServer",
|
||||
|
||||
Reference in New Issue
Block a user