This commit is contained in:
Daniel Hougaard
2024-08-30 00:54:13 +04:00
parent 358508dc4f
commit df174beca7
19 changed files with 102 additions and 64412 deletions

29
package-lock.json generated
View File

@@ -13,10 +13,12 @@
"@aws-sdk/credential-provider-node": "^3.637.0",
"@aws-sdk/credential-providers": "^3.637.0",
"@aws-sdk/signature-v4": "^3.374.0",
"axios": "^1.7.5"
"axios": "^1.7.5",
"typescript": "^5.5.4"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.13.5"
"@openapitools/openapi-generator-cli": "^2.13.5",
"tsc": "^2.0.4"
}
},
"node_modules/@aws-crypto/crc32": {
@@ -2895,6 +2897,16 @@
"tree-kill": "cli.js"
}
},
"node_modules/tsc": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/tsc/-/tsc-2.0.4.tgz",
"integrity": "sha512-fzoSieZI5KKJVBYGvwbVZs/J5za84f2lSTLPYf6AGiIf43tZ3GNrI1QzTLcjtyDDP4aLxd46RTZq1nQxe7+k5Q==",
"dev": true,
"license": "MIT",
"bin": {
"tsc": "bin/tsc"
}
},
"node_modules/tslib": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
@@ -2914,6 +2926,19 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/typescript": {
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/uid": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/uid/-/uid-2.0.2.tgz",