sbv2-solana/javascript/sbv2-utils/package.json

64 lines
1.8 KiB
JSON

{
"name": "@switchboard-xyz/sbv2-utils",
"version": "0.1.53",
"description": "some basic utility functions when working with switchboard-v2",
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/switchboard-xyz/sbv2-solana",
"directory": "javascript/sbv2-utils"
},
"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/sbv2-utils",
"pretest": "yarn build",
"test": "ts-mocha -p ./tsconfig.cjs.json -t 1000000 ./tests/*.tests.ts",
"build": "shx rm -rf lib && tsc && tsc -p tsconfig.cjs.json",
"watch": "tsc -p tsconfig.cjs.json --watch",
"prepublishOnly": "shx rm -rf lib && yarn build"
},
"dependencies": {
"@orca-so/sdk": "^1.2.24",
"@project-serum/anchor": "^0.25.0",
"@saberhq/token-utils": "^1.13.32",
"@solana/spl-token-v2": "npm:@solana/spl-token@^0.2.0",
"@solana/web3.js": "^1.66.2",
"@switchboard-xyz/common": "^2.1.7",
"@switchboard-xyz/switchboard-v2": "^0.0.165",
"big.js": "^6.2.1",
"bn.js": "^5.2.1",
"chalk": "4",
"decimal.js": "^10.3.1",
"dotenv": "^16.0.1",
"mocha": "^9.1.1",
"toml": "^3.0.0"
},
"devDependencies": {
"@types/big.js": "^6.1.5",
"@types/bn.js": "^5.1.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.6.3"
},
"gitHead": "9ee13d31a3577767061bd90f57fe4629b9a89e1a"
}