Remove Amazon IAM.
This commit is contained in:
16
package.json
16
package.json
@@ -17,22 +17,18 @@
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/infisical/infisical-node-sdk.git"
|
||||
"url": "git+https://git.hep.gg/nix/infisical-node-sdk.git"
|
||||
},
|
||||
"author": "Infisical Inc, <daniel@infisical.com>",
|
||||
"author": "Nix Krystik <nix@archwing.dev>",
|
||||
"license": "ISC",
|
||||
"description": "The Infisical SDK provides a convenient way to programmatically interact with the Infisical API.",
|
||||
"description": "Modified fork of the Infisical NodeJS SDK removing unnecessary features.",
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.5.1",
|
||||
"tsc": "^2.0.4",
|
||||
"tsup": "^8.2.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-crypto/sha256-js": "^5.2.0",
|
||||
"@aws-sdk/credential-providers": "3.600.0",
|
||||
"@aws-sdk/protocol-http": "^3.370.0",
|
||||
"@aws-sdk/signature-v4": "^3.370.0",
|
||||
"axios": "^1.11.0",
|
||||
"axios": "^1.13.2",
|
||||
"typescript": "^5.5.4",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
@@ -42,7 +38,7 @@
|
||||
},
|
||||
"types": "./lib/index.d.ts",
|
||||
"bugs": {
|
||||
"url": "https://github.com/infisical/infisical-node-sdk/issues"
|
||||
"url": "https://git.hep.gg/nix/infisical-node-sdk/issues"
|
||||
},
|
||||
"homepage": "https://github.com/infisical/infisical-node-sdk#readme"
|
||||
"homepage": "https://git.hep.gg/nix/infisical-node-sdk#readme"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user