45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "@infisical/sdk",
|
|
"version": "0.0.0",
|
|
"main": "./lib/index.js",
|
|
"private": false,
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup src/index.ts --out-dir lib --dts --format cjs,esm --tsconfig tsconfig.json --no-splitting"
|
|
},
|
|
"keywords": [
|
|
"infisical",
|
|
"open-source",
|
|
"sdk",
|
|
"typescript"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.hep.gg/nix/infisical-node-sdk.git"
|
|
},
|
|
"author": "Nix Krystik <nix@archwing.dev>",
|
|
"license": "ISC",
|
|
"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": {
|
|
"axios": "^1.13.2",
|
|
"typescript": "^5.5.4",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "test"
|
|
},
|
|
"types": "./lib/index.d.ts",
|
|
"bugs": {
|
|
"url": "https://git.hep.gg/nix/infisical-node-sdk/issues"
|
|
},
|
|
"homepage": "https://git.hep.gg/nix/infisical-node-sdk#readme"
|
|
}
|