UNPKG

nestjs-infisical-sdk

Version:
71 lines (70 loc) 2.08 kB
{ "name": "nestjs-infisical-sdk", "version": "1.2.51", "description": "A NestJS module for Infisical Node SDK", "author": "CANMERTINYO", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "nestjs", "infisical", "sdk", "node", "module" ], "scripts": { "build": "pnpm run clean && tsc", "clean": "rm -rf dist", "prepublishOnly": "pnpm run build", "lint": "eslint --ext .js,.ts .", "lint:fix": "eslint --fix --ext .js,.ts .", "format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"", "test": "jest --config jest.config.js --verbose --detectOpenHandles" }, "repository": { "type": "git", "url": "https://github.com/c4nzin/nestjs-infisical-sdk.git" }, "bugs": { "url": "https://github.com/c4nzin/nestjs-infisical-sdk/issues" }, "dependencies": { "@infisical/sdk": "^3.0.5", "@nestjs/common": "^8.4.7", "@nestjs/config": "^1.2.1", "@nestjs/core": "^8.4.7", "@nestjs/platform-express": "^8.4.7", "chokidar": "^4.0.3" }, "devDependencies": { "@babel/core": "^7.26.9", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-decorators": "^7.25.9", "@babel/plugin-transform-modules-commonjs": "^7.26.3", "@babel/preset-env": "^7.26.9", "@babel/preset-typescript": "^7.26.0", "@jest/globals": "^29.7.0", "@jest/types": "^29.6.3", "@nestjs/cli": "^8.2.8", "@nestjs/schematics": "^8.0.11", "@nestjs/testing": "^8.4.7", "@types/chokidar": "^2.1.7", "@types/dotenv": "^8.2.3", "@types/jest": "^27.5.2", "@types/node": "^16.18.126", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "babel-jest": "^27.5.1", "chai": "^5.2.0", "dotenv": "^10.0.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.10.0", "eslint-plugin-prettier": "^4.2.1", "jest": "^27.5.1", "prettier": "^2.8.8", "ts-jest": "^27.1.5", "ts-node": "^10.9.2", "typescript": "^4.9.5" } }