{
  "name": "@wknd/solana-utils",
  "version": "0.0.16",
  "description": "Program helpers and definitions for smoother Solana dev experience",
  "author": "Weekend Pump",
  "license": "(MIT OR Apache-2.0)",
  "homepage": "https://weekendpump.com",
  "private": false,
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "browser": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "tsc",
    "build": "rimraf dist/ && yarn build:browser",
    "build:browser": "rollup -c --bundleConfigAsCjs",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/weekendpump/solana-utils.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@coral-xyz/anchor": "0.26.0",
    "@metaplex-foundation/mpl-token-metadata": "2.5.2",
    "@project-serum/borsh": "0.2.5",
    "@solana/buffer-layout": "4.0.1",
    "@solana/spl-token-registry": "0.2.4574",
    "@solana/spl-token": "0.3.7",
    "@solana/web3.js": "1.73.0",
    "bip39": "3.0.4",
    "bn.js": "5.1.1",
    "borsh": "0.7.0",
    "bs58": "5.0.0",
    "decimal.js": "10.4.3",
    "js-sha256": "0.9.0",
    "pako": "2.1.0",
    "rxjs": "7.8.0",
    "snake-case": "3.0.4",
    "tslib": "2.4.1",
    "typescript": "4.9.4"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "24.0.0",
    "@rollup/plugin-node-resolve": "15.0.1",
    "@rollup/plugin-terser": "0.3.0",
    "@rollup/plugin-typescript": "11.0.0",
    "@types/bn.js": "5.1.1",
    "@types/jest": "29.2.5",
    "@types/pako": "2.0.0",
    "jest": "29.3.1",
    "node-fetch": "3.3.0",
    "rollup-plugin-polyfill-node": "0.11.0",
    "rollup": "3.9.1",
    "ts-jest": "29.0.4"
  },
  "files": [
    "dist"
  ],
  "bugs": {
    "url": "https://github.com/weekendpump/solana-utils/issues"
  },
  "keywords": [
    "solana"
  ]
}
