Update package.json licenses

This commit is contained in:
Simon Larsen 2024-03-14 13:19:04 +00:00
parent 23dc041541
commit 2e9cb1de23
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE
10 changed files with 10 additions and 10 deletions

View File

@ -14,7 +14,7 @@
"coverage": "jest --detectOpenHandles --coverage"
},
"author": "",
"license": "ISC",
"license": "Apache-2.0",
"dependencies": {
"@sendgrid/mail": "^8.1.0",
"Common": "file:../Common",

View File

@ -11,7 +11,7 @@
},
"keywords": [],
"author": "",
"license": "ISC",
"license": "Apache-2.0",
"devDependencies": {
"@playwright/test": "^1.31.2",
"@types/node": "^20.10.4"

View File

@ -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"

View File

@ -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",

View File

@ -13,7 +13,7 @@
"test": "jest --passWithNoTests"
},
"author": "",
"license": "ISC",
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonServer": "file:../CommonServer",

View File

@ -21,5 +21,5 @@
"ts-jest": "^27.1.4"
},
"author": "",
"license": "ISC"
"license": "Apache-2.0"
}

View File

@ -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",

View File

@ -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",

View File

@ -20,5 +20,5 @@
"ts-jest": "^27.1.4"
},
"author": "",
"license": "ISC"
"license": "Apache-2.0"
}

View File

@ -14,7 +14,7 @@
"coverage": "jest --detectOpenHandles --coverage"
},
"author": "",
"license": "ISC",
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonServer": "file:../CommonServer",