UNPKG

@ycmd/creds

Version:

LSK.js CLI Creds is the easiest way to manage GitHub / Gitlab secrets and credentials

83 lines 2.4 kB
{ "name": "@ycmd/creds", "version": "0.27.0", "description": "LSK.js CLI Creds is the easiest way to manage GitHub / Gitlab secrets and credentials", "author": "Igor Suvorov <hi@isuvorov.com> (https://github.com/isuvorov)", "private": false, "dependencies": { "@lsk4/algos": "^4.3.0", "@lsk4/colors": "^4.4.0", "@lsk4/env": "^4.4.0", "@lsk4/err": "^4.10.0", "@lsk4/log": "^4.4.0", "@lsk4/stringify": "^4.18.0", "@ycmd/run": "^0.27.0", "@ycmd/utils": "^0.27.0", "axios": "^1.6.7", "fishbird": "^1.1.8", "libsodium-wrappers": "^0.7.13", "yargs": "^17.7.2" }, "devDependencies": { "@types/libsodium-wrappers": "^0.7.13", "@types/node": "^20.10.4", "@types/yargs": "^17.0.32" }, "//": "///////////========================/////////========================/////////========================//////////", "prettier": "@lsk4/eslint-config/prettier", "eslintConfig": { "extends": "@lsk4/eslint-config" }, "files": [ "lib", "cjs", "README.md", "LICENCE" ], "main": "cjs/index.js", "types": "cjs/index.d.ts", "exports": { ".": { "import": "./lib/index.js", "types": "./cjs/index.d.ts", "default": "./cjs/index.js" }, "./*": { "import": "./lib/*.js", "types": "./cjs/*.d.ts", "default": "./cjs/*.js" }, "./commands": { "import": "./lib/commands/index.js", "types": "./cjs/commands/index.d.ts", "default": "./cjs/commands/index.js" }, "./commands/*": { "import": "./lib/commands/*.js", "types": "./cjs/commands/*.d.ts", "default": "./cjs/commands/*.js" } }, "///": "//////////========================/////////========================/////////========================/////////", "repository": "https://github.com/lskjs/libs", "homepage": "https://github.com/lskjs/cli", "bugs": "https://github.com/lskjs/libs/issues", "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "keywords": [ "lskjs", "lsk", "cli", "helper" ], "////": "/////////========================/////////========================/////////========================/////////", "scripts": { "dev": " ycmd dev", "build": " ycmd build", "test": " ycmd test", "release": " ycmd release" } }