{ "name": "@switchboard-xyz/switchboard-v2", "version": "0.0.153", "license": "MIT", "author": "mitch@switchboard.xyz", "description": "API wrapper for intergating with the Switchboardv2 program", "keywords": [ "oracle", "solana", "Defi" ], "repository": { "type": "git", "url": "https://github.com/switchboard-xyz/switchboard-v2", "directory": "javascript/solana.js" }, "homepage": "https://docs.switchboard.xyz", "files": [ "lib", "src", "package.json" ], "exports": { ".": { "import": "./lib/esm/index.js", "require": "./lib/cjs/index.js" }, "./package.json": "./package.json" }, "main": "lib/cjs/index.js", "module": "lib/esm/index.js", "types": "lib/cjs/index.d.ts", "scripts": { "docgen": "typedoc --entryPoints src/index.ts --out ../../website/static/api/ts", "build:cjs": "tsc -p tsconfig.cjs.json", "build:esm": "tsc", "build": "yarn build:cjs && yarn build:esm", "watch": "tsc -p tsconfig.cjs.json --watch", "test": "ts-mocha -p ./tsconfig.cjs.json --require ts-node/register -t 1000000 ./tests/*.tests.ts", "lint": "eslint --fix-dry-run --ext .ts src/**/*.ts", "prepublishOnly": "shx rm -rf lib && yarn build" }, "peerDependencies": { "@solana/spl-governance": "^0.0.34", "@solana/web3.js": "^1.44.3" }, "dependencies": { "@project-serum/anchor": "^0.24.2", "@solana/spl-governance": "^0.0.34", "@solana/spl-token-v2": "npm:@solana/spl-token@^0.2.0", "@solana/web3.js": "^1.44.3", "@switchboard-xyz/common": "^2.1.3", "assert": "^2.0.0", "big.js": "^6.2.1", "bs58": "^5.0.0", "chan": "^0.6.1", "crypto-js": "^4.0.0", "glob": "^8.0.3", "lodash": "^4.17.21", "long": "^4.0.0", "mocha": "^9.1.1", "node-fetch": "^3.2.6" }, "devDependencies": { "@types/big.js": "^6.1.6", "@types/long": "^4.0.1", "@types/mocha": "^9.0.0", "@types/node": "^17.0.45", "shx": "^0.3.4", "ts-mocha": "^9.0.2", "typedoc": "^0.23.8", "typescript": "^4.7" }, "gitHead": "9ee13d31a3577767061bd90f57fe4629b9a89e1a" }