{
  "name": "@dapp-stack/secrets",
  "version": "0.1.0",
  "engines": {
    "node": ">=8.11"
  },
  "description": "Encrypt/Decrypt the secrets while using DApp Stack and keep your dapp safe",
  "bin": {
    "dapp-stack-secrets": "./bin/index.js"
  },
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist",
    "bin"
  ],
  "scripts": {
    "watch": "tsc -w",
    "build": "tsc",
    "clean": "shx rm -rf lib",
    "lint": "tslint --fix --project .",
    "doc": "typedoc --options ../../typedoc.json --out ../../documentation/secrets"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com:Dapp-Stack/Dapp-Stack.git"
  },
  "keywords": [
    "web3",
    "DApp Stack",
    "typescript",
    "ts",
    "secrets",
    "security"
  ],
  "author": {
    "name": "John Solon",
    "email": "john.solon12@gmail.com"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Dapp-Stack/Dapp-Stack/issues"
  },
  "homepage": "https://dapp-stack.org",
  "devDependencies": {
    "@types/fs-extra": "^5.0.4",
    "@types/opn": "^5.1.0",
    "@types/signale": "1.2.0",
    "shx": "^0.2.2",
    "tslint": "5.11.0",
    "typedoc": "^0.13.0",
    "typescript": "3.1.1"
  },
  "dependencies": {
    "@dapp-stack/environment": "^0.1.0",
    "commander": "^2.18.0",
    "fs-extra": "^7.0.0",
    "generate-password": "^1.4.0",
    "opn": "^5.4.0",
    "signale": "1.2.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
