{
  "name": "like-pumpfun",
  "version": "3.1.1",
  "description": "Create, buy, and sell tokens on pump.fun (V1) easily",
  "main": "index.js",
  "files": [
    "idl.json"
  ],
  "scripts": {
    "test": "standard && brittle-node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukks/like-pumpfun.git"
  },
  "author": "Lucas Barrena (LuKks)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lukks/like-pumpfun/issues"
  },
  "homepage": "https://github.com/lukks/like-pumpfun#readme",
  "devDependencies": {
    "dotenv": "^16.5.0",
    "like-image": "^1.0.0",
    "like-solana": "^2.9.0",
    "require-npm-global": "^1.0.0"
  },
  "dependencies": {
    "borsh-encoding": "^1.2.1",
    "solana-public-key": "^1.0.1",
    "solana-token-program": "^1.0.0",
    "solana-transaction-instruction": "^1.0.1"
  }
}
