{
  "dependencies": {
    "colors": "^1.4.0",
    "console-clear": "^1.1.1",
    "figlet": "^1.5.2",
    "node-fetch": "^2.6.7",
    "open": "^8.4.0",
    "tcp-port-used": "^1.0.2"
  },
  "name": "@klevn/dgraph",
  "version": "4.0.0",
  "main": "./dist/dedicated.js",
  "scripts": {
    "build": "tsc",
    "postbuild": "npx copyfiles --error --soft false --up 1 src/docker/** dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PowerKuu/dgraph.git"
  },
  "bin": "./dist/dedicated.js",
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/PowerKuu/dgraph/issues"
  },
  "homepage": "https://github.com/PowerKuu/dgraph#readme",
  "description": "",
  "devDependencies": {
    "@types/console-clear": "^1.1.0",
    "@types/figlet": "^1.5.5",
    "@types/node-fetch": "^2.6.2",
    "@types/tcp-port-used": "^1.0.1"
  }
}
