{
  "name": "fndr",
  "version": "0.2.2",
  "description": "Password manager that stores your information securely in the datastore of your choice through connectors.",
  "main": "./dist/fndrLibs.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/whatl3y/fndr"
  },
  "bin": {
    "fndr": "dist/fndr.js"
  },
  "scripts": {
    "build": "tsc && gulp index",
    "prepublish": "npm run build",
    "test": "mocha --require ts-node/register --recursive './src/**/*.spec.ts'"
  },
  "author": "Lance Whatley <whatl3y@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.21.1",
    "bignumber.js": "^9.0.1",
    "colors": "^1.4.0",
    "columnify": "^1.5.4",
    "commander": "^7.1.0",
    "dayjs": "^1.10.4",
    "inquirer": "^8.0.0",
    "jupiter-node-sdk": "^0.0.8",
    "minimist": "^1.2.5",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/columnify": "^1.5.0",
    "@types/inquirer": "^7.3.1",
    "@types/minimist": "^1.2.1",
    "@types/mocha": "^8.2.1",
    "@types/node": "^14.14.8",
    "@types/uuid": "^8.3.0",
    "gulp": "^4.0.2",
    "gulp-insert": "^0.5.0",
    "mocha": "^8.3.0",
    "ts-node": "^9.1.1",
    "typescript": "^4.0.5"
  },
  "keywords": [
    "blockchain",
    "cli",
    "connector",
    "jupiter",
    "password",
    "password manager",
    "secrets"
  ]
}
