{
  "name": "@solana/web3.js",
  "version": "1.87.6",
  "description": "Solana Javascript API",
  "keywords": [
    "api",
    "blockchain"
  ],
  "license": "MIT",
  "author": "Solana Labs Maintainers <maintainers@solanalabs.com>",
  "homepage": "https://solana.com/",
  "repository": {
    "type": "git",
    "url": "https://github.com/solana-labs/solana-web3.js.git"
  },
  "bugs": {
    "url": "http://github.com/solana-labs/solana-web3.js.git/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "browser": {
    "./lib/index.cjs.js": "./lib/index.browser.cjs.js",
    "./lib/index.esm.js": "./lib/index.browser.esm.js"
  },
  "react-native": "lib/index.native.js",
  "main": "lib/index.cjs.js",
  "module": "lib/index.esm.js",
  "types": "lib/index.d.ts",
  "browserslist": [
    "defaults",
    "not IE 11",
    "maintained node versions"
  ],
  "files": [
    "/lib",
    "/src"
  ],
  "scripts": {
    "compile:docs": "typedoc --treatWarningsAsErrors",
    "compile:js": "cross-env NODE_ENV=production rollup -c",
    "compile:typedefs": "./scripts/typegen.sh",
    "build:fixtures": "set -ex; ./test/fixtures/noop-program/build.sh",
    "clean": "rimraf ./doc ./declarations ./lib",
    "dev": "cross-env NODE_ENV=development rollup -c --watch",
    "publish-packages": "semantic-release --repository-url git@github.com:solana-labs/solana-web3.js.git",
    "test:lint": "eslint src/ test/ --ext .js,.ts",
    "test:lint:fix": "eslint src/ test/ --fix --ext .js,.ts",
    "test:live": "TEST_LIVE=1 pnpm run test:unit:node",
    "test:live-with-test-validator": "start-server-and-test '../../scripts/start-shared-test-validator.sh' http://127.0.0.1:8899/health test:live",
    "test:prettier": "prettier --check '{,{src,test}/**/}*.{j,t}s'",
    "test:prettier:fix": "prettier --write '{,{src,test}/**/}*.{j,t}s'",
    "test:typecheck": "tsc --noEmit",
    "test:unit:node": "cross-env NODE_ENV=test TS_NODE_COMPILER_OPTIONS='{ \"module\": \"commonjs\", \"target\": \"es2019\" }' ts-mocha --require esm './test/**/*.test.ts'"
  },
  "dependencies": {
    "@babel/runtime": "^7.23.2",
    "@noble/curves": "^1.2.0",
    "@noble/hashes": "^1.3.1",
    "@solana/buffer-layout": "^4.0.0",
    "agentkeepalive": "^4.3.0",
    "bigint-buffer": "^1.1.5",
    "bn.js": "^5.2.1",
    "borsh": "^0.7.0",
    "bs58": "^4.0.1",
    "buffer": "6.0.3",
    "fast-stable-stringify": "^1.0.0",
    "jayson": "^4.1.0",
    "node-fetch": "^2.6.12",
    "rpc-websockets": "^7.5.1",
    "superstruct": "^0.14.2"
  },
  "devDependencies": {
    "@babel/core": "^7.23.2",
    "@babel/plugin-transform-class-properties": "^7.22.5",
    "@babel/plugin-transform-private-methods": "^7.22.5",
    "@babel/plugin-transform-private-property-in-object": "^7.22.11",
    "@babel/plugin-transform-runtime": "^7.23.3",
    "@babel/preset-env": "^7.23.3",
    "@babel/preset-typescript": "^7.23.2",
    "@rollup/plugin-alias": "^4.0.3",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^25.0.4",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-multi-entry": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.2.1",
    "@rollup/plugin-replace": "^5.0.2",
    "@rollup/plugin-terser": "^0.4.3",
    "@solana/spl-token": "^0.3.8",
    "@types/bn.js": "^5.1.1",
    "@types/bs58": "^4.0.1",
    "@types/chai": "^4.3.5",
    "@types/chai-as-promised": "^7.1.3",
    "@types/express-serve-static-core": "^4.17.35",
    "@types/mocha": "^10.0.1",
    "@types/mz": "^2.7.4",
    "@types/node": "^20.6.0",
    "@types/node-fetch": "2",
    "@types/sinon": "^10.0.16",
    "@types/sinon-chai": "^3.2.9",
    "@typescript-eslint/eslint-plugin": "^6.7.0",
    "@typescript-eslint/parser": "^6.3.0",
    "chai": "^4.3.7",
    "chai-as-promised": "^7.1.1",
    "cross-env": "7.0.3",
    "eslint": "^8.45.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-import": "^2.28.0",
    "eslint-plugin-mocha": "^10.1.0",
    "eslint-plugin-prettier": "^5.0.0",
    "esm": "^3.2.25",
    "mocha": "^10.2.0",
    "mockttp": "^3.9.2",
    "mz": "^2.7.0",
    "node-abort-controller": "^3.0.1",
    "prettier": "^2.8",
    "rimraf": "5.0.1",
    "rollup": "^3.27.2",
    "rollup-plugin-dts": "^6.0.1",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "semantic-release": "^21.0.7",
    "sinon": "^15.2.0",
    "sinon-chai": "^3.7.0",
    "start-server-and-test": "^2.0.0",
    "ts-mocha": "^10.0.0",
    "ts-node": "^10.9.1",
    "tsconfig": "workspace:*",
    "tslib": "^2.6.2",
    "typedoc": "^0.24.8",
    "typescript": "^5.1.6"
  }
}
