{
  "name": "@sqds/based",
  "version": "1.0.10",
  "description": "",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/squads-protocol/based-cli"
  },
  "keywords": [
    "solana",
    "multisig",
    "cli",
    "smart contract"
  ],
  "main": "index.js",
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@metaplex/js": "^4.12.0",
    "@octokit/auth-basic": "^1.4.8",
    "@octokit/rest": "^19.0.3",
    "@project-serum/anchor": "^0.25.0",
    "@solana/spl-token": "^0.3.6",
    "@solana/spl-token-registry": "^0.2.4574",
    "@solana/web3.js": "^1.63.1",
    "@sqds/sdk": "^1.0.4",
    "axios": "^0.27.2",
    "bn.js": "^5.2.1",
    "bs58": "^5.0.0",
    "chalk": "^5.0.1",
    "clear": "^0.1.0",
    "clui": "^0.3.6",
    "configstore": "^6.0.0",
    "console.table": "^0.10.0",
    "figlet": "^1.5.2",
    "inquirer": "^9.0.0",
    "inquirer-press-to-continue": "^1.1.4",
    "lodash": "^4.17.21",
    "minimist": "^1.2.6",
    "simple-git": "^3.10.0",
    "touch": "^3.1.0"
  },
  "bin": {
    "squads-based": "./src/index.js"
  },
  "type": "module",
  "engines": {
    "npm": ">=8.19.2",
    "node": ">=16.0.0"
  },
  "devDependencies": {
    "webpack": "^4.28.3",
    "webpack-cli": "^4.10.0"
  }
}
