{
  "name": "vellin",
  "version": "0.1.114",
  "description": "Manage your secrets and use them everywhere! Replace your .env files.",
  "main": "lib/index.js",
  "type": "module",
  "bin": {
    "vellin": "./lib/vell.js"
  },
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "start": "npm i && node lib/vell",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": {
    "name": "Zubin",
    "email": "me@zubin.org.in",
    "url": "https://zubin.org.in"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/losparviero/vell.git"
  },
  "license": "AGPL-3.0",
  "keywords": [
    "secrets",
    "secrets-manager",
    "secret-manager",
    "dotenv"
  ],
  "dependencies": {
    "dotenv": "^16.3.1",
    "input": "^1.0.1",
    "ioredis": "^5.3.2"
  }
}
