39 lines
703 B
JSON
39 lines
703 B
JSON
{
|
|
"name": "@nixkrystik/infisical-node-sdk",
|
|
"description": "Modified fork of the Infisical NodeJS SDK removing unnecessary features.",
|
|
"version": "1.0.0",
|
|
|
|
"author": {
|
|
"name": "Nix Krystik",
|
|
"url": "https://teamhydra.dev/"
|
|
},
|
|
|
|
"repository": {
|
|
"url": "https://git.hep.gg/nix/infisical-node-sdk",
|
|
"type": "git"
|
|
},
|
|
|
|
"bugs": {
|
|
"url": "https://git.hep.gg/nix/infisical-node-sdk/issues"
|
|
},
|
|
|
|
"license": "ISC",
|
|
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
|
|
"scripts": {
|
|
"prepublish": "tsc"
|
|
},
|
|
|
|
"dependencies": {
|
|
"axios": "1.13.6",
|
|
"zod": "4.3.6"
|
|
},
|
|
|
|
"devDependencies": {
|
|
"@types/node": "25.4.0",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|