{
  "name": "adamant-console",
  "version": "3.1.0",
  "description": "Command-line and JSON-RPC tool for interacting with the ADAMANT blockchain",
  "main": "lib/api/index.js",
  "type": "module",
  "bin": {
    "adm": "./bin/adamant.js"
  },
  "engines": {
    "node": ">=22.13.0"
  },
  "author": "ADAMANT community developers <devs@adamant.im>, ADAMANT Foundation <devs@adamant.im>, ADAMANT Tech Labs <devs@adamant.im>",
  "license": "GPL-3.0",
  "scripts": {
    "format": "prettier . --write",
    "format:check": "prettier . --check",
    "test": "node --test",
    "docs:api": "typedoc",
    "docs:dev": "npm run docs:api && vitepress dev docs",
    "docs:build": "npm run docs:api && vitepress build docs",
    "docs:preview": "vitepress preview docs",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Adamant-im/adamant-console.git"
  },
  "bugs": {
    "url": "https://github.com/Adamant-im/adamant-console/issues"
  },
  "homepage": "https://console.docs.adamant.im/",
  "links": {
    "website": "https://adamant.im/",
    "docs": "https://docs.adamant.im/",
    "consoleDocs": "https://console.docs.adamant.im/",
    "aips": "https://aips.adamant.im/all",
    "node": "https://github.com/Adamant-im/adamant",
    "schema": "https://schema.adamant.im/",
    "apiClient": "https://js.docs.adamant.im/"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "eslint": "^10.6.0",
    "eslint-config-prettier": "^10.1.8",
    "prettier": "3.9.1",
    "typedoc": "^0.28.19",
    "typedoc-plugin-markdown": "^4.12.0",
    "typedoc-vitepress-theme": "^1.1.3",
    "vitepress": "2.0.0-alpha.17"
  },
  "dependencies": {
    "adamant-api": "^3.0.0",
    "chalk": "^5.6.2",
    "commander": "^15.0.0",
    "jayson": "^4.3.0",
    "joi": "^18.2.3",
    "jsonminify": "^0.4.2",
    "leven": "^4.1.0",
    "semver": "^7.8.5",
    "shell-quote": "^1.9.0"
  },
  "overrides": {
    "uuid": "11.1.1",
    "jayson": {
      "ws": "7.5.11"
    }
  },
  "keywords": [
    "adm",
    "adamant",
    "adamant-console",
    "adamant-cli",
    "adamant-rpc",
    "blockchain",
    "messenger",
    "messaging",
    "wallet",
    "decentralization",
    "privacy",
    "secure",
    "security",
    "encryption",
    "crypto",
    "cryptocurrency",
    "dpos",
    "cli",
    "console",
    "json-rpc",
    "nodejs"
  ]
}
