Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
initialize the modfile of secman, update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Mar 9, 2022
1 parent 5ff0247 commit dc6410c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2,943 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/scmn-dev/secman

go 1.17
119 changes: 7 additions & 112 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "secman",
"description": "The command-line interface of Secman",
"version": "6.1.3",
"versionDate": "2022-01-10",
"main": "lib/index.js",
"private": true,
"version": "6.2.0",
"description": "👊 Human-friendly and amazing TUI secrets manager.",
"main": "core/lib/index.js",
"license": "MIT",
"homepage": "https://secman.dev",
"bugs": "https://github.com/scmn-dev/secman/issues",
Expand All @@ -20,112 +20,7 @@
"email": "hello@secman.dev",
"url": "https://secman.dev"
},
"scripts": {
"postpack": "rimraf oclif.manifest.json",
"prepack": "yarn build",
"build": "rimraf lib && tsc -b && oclif-dev manifest",
"build:editor": "cd tools/editor && ts-node run.ts",
"package": "oclif-dev pack",
"pack:deb": "oclif-dev pack:deb",
"pack:macos": "oclif-dev pack:macos",
"pack:win": "oclif-dev pack:win",
"brew": "cd scripts/brew && npm start"
},
"bin": {
"sm": "./bin/run",
"secman": "./bin/run"
},
"dependencies": {
"@oclif/command": "^1",
"@oclif/config": "^1.18.3",
"@oclif/core": "1.3.4",
"@oclif/plugin-help": "5.1.11",
"@oclif/plugin-not-found": "^2.3.1",
"@secman/spinner": "0.1.3",
"ansi-regex": "5.0.1",
"axios": "^0.26.0",
"bl": "^5.0.0",
"cfonts": "^2.10.0",
"chalk": "^4.1.2",
"cli-ux": "^5.6.3",
"crypto-js": "^4.1.1",
"dotenv": "^10.0.0",
"globby": "^10",
"indent-string": "4.0.0",
"lodash": "4.17.21",
"lodash.template": "^4.5.0",
"octokit": "1.7.1",
"package-json": "7.0.0",
"powershell": "^2.3.2",
"process": "^0.11.10",
"prompts": "^2.4.2",
"rimraf": "3.0.2",
"shelljs": "0.8.5",
"signal-exit": "^3.0.7",
"string-width": "4.2.3",
"strip-ansi": "6.0.1",
"table": "^6.8.0",
"ts-node": "^8",
"tslib": "^1",
"typescript": "^4.5.5",
"wcwidth": "^1.0.1",
"whatwg-fetch": "^3.6.2",
"wrap-ansi": "6.2.0",
"write-file-atomic": "^3.0.3",
"yargs": "^17.2.1"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
"@oclif/plugin-plugins": "^1.10.1",
"@types/crypto-js": "^4.0.2",
"@types/lodash.template": "^4.5.0",
"@types/node": "^16.11.6",
"@types/prompts": "^2.0.14",
"@types/shelljs": "^0.8.9",
"@types/signal-exit": "^3.0.1",
"@types/whatwg-fetch": "^0.0.33",
"@types/wrap-ansi": "^8.0.1",
"@types/write-file-atomic": "^3.0.2",
"@types/yargs": "^17.0.4",
"follow-redirects": "^1.14.7",
"node-fetch": "^2.6.7"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/bin",
"/lib",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"oclif": {
"commands": "./lib/src/commands",
"bin": "secman",
"dirname": "secman",
"update": {
"autoupdate": {
"rollout": 50,
"debounce": 60
},
"node": {
"version": "16.13.0"
},
"s3": {
"host": "https://cli-files.secman.dev"
}
},
"helpClass": "./lib/src/help",
"hooks": {
"init": "./lib/src/hooks/init/version"
},
"plugins": [
"@oclif/plugin-not-found"
]
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"types": "lib/index.d.ts"
"workspaces": [
"core"
]
}
28 changes: 0 additions & 28 deletions tsconfig.json

This file was deleted.

Loading

0 comments on commit dc6410c

Please sign in to comment.