{
  "name": "@rainfi/rain-cli",
  "version": "1.0.1",
  "description": "Package to interact with Rain protocol from the command line",
  "main": "dist/cli.js",
  "bin": {
    "rainfi": "dist/cli.js"
  },
  "scripts": {
    "start": "ts-node src/cli.ts",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc && npx tsc-alias",
    "fmt": "prettier --write '{*,**/*}.{js,ts,jsx,tsx,json,vue}'",
    "lint": "eslint --ext .ts . && prettier --check '{*,**/*}.{js,ts,jsx,tsx,json,vue}'",
    "lint:fix": "eslint --fix --ext .ts . && yarn fmt"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/dotenv": "^8.2.0",
    "@types/node": "^17.0.9",
    "@types/yargs": "^17.0.8",
    "@typescript-eslint/eslint-plugin": "^5.10.1",
    "@typescript-eslint/parser": "^5.10.1",
    "eslint": "^8.8.0",
    "eslint-plugin-prettier": "^4.0.0",
    "husky": "^7.0.4",
    "typescript": "^4.5.4"
  },
  "dependencies": {
    "@cardinal/token-manager": "^1.4.8",
    "@metaplex-foundation/beet": "^0.4.0",
    "@metaplex-foundation/beet-solana": "^0.3.0",
    "@project-serum/anchor": "^0.24.2",
    "@rainfi/rain": "^1.0.5",
    "@solana/spl-token": "^0.2.0",
    "@solana/web3.js": "^1.36.0",
    "dotenv": "^14.2.0",
    "ts-node": "^10.8.1",
    "tslib": "^2.3.1",
    "yargs": "^17.3.1"
  }
}
