UNPKG

@nbn23/secret-manager

Version:
51 lines (50 loc) 1.25 kB
{ "name": "@nbn23/secret-manager", "version": "1.0.6", "description": "Secret manager library", "author": "NBN23", "license": "ISC", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "repository": { "type": "git", "url": "git+https://Bervimo23@bitbucket.org/nbn23dev/secret-manager.git" }, "keywords": [ "secret", "manager" ], "scripts": { "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "eslint . --ext .ts", "test": "mocha -r ts-node/register test/**/*.spec.ts", "build": "tsc" }, "dependencies": { "@google-cloud/secret-manager": "^5.3.0" }, "devDependencies": { "@types/chai": "^4.2.14", "@types/mocha": "^10.0.1", "@types/sinon": "^17.0.3", "@typescript-eslint/eslint-plugin": "^7.7.0", "@typescript-eslint/parser": "^7.7.0", "chai": "^4.2.0", "eslint": "^8.7.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.0.0", "husky": "^9.0.11", "lint-staged": "^15.2.2", "mocha": "^10.2.0", "prettier": "^3.0.0", "sinon": "^17.0.1", "ts-node": "^10.4.0", "typescript": "^5.1.6" }, "lint-staged": { "*.ts": "eslint --cache --fix" } }