(init): Adjust everything wrong with this dumb fucking package. EAT MY ASS INFISICAL.

This commit is contained in:
Nix "UwU" Krystik
2026-03-12 02:05:00 +08:00
parent 1764a4cbfa
commit dda882ff66
11 changed files with 92 additions and 2216 deletions

View File

@@ -1,44 +1,38 @@
{
"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",
"name": "@nixkrystik/infisical-node-sdk",
"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"
"version": "1.0.0",
"author": {
"name": "Nix Krystik",
"url": "https://teamhydra.dev/"
},
"dependencies": {
"axios": "^1.13.2",
"typescript": "^5.5.4",
"zod": "^3.23.8"
"repository": {
"url": "https://git.hep.gg/nix/infisical-node-sdk",
"type": "git"
},
"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"
"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"
}
}