2022-05-17 09:42:04 -07:00
|
|
|
{
|
|
|
|
"name": "@switchboard-xyz/sbv2-utils",
|
2022-07-01 14:49:40 -07:00
|
|
|
"version": "0.1.28",
|
2022-05-17 09:42:04 -07:00
|
|
|
"description": "some basic utility functions when working with switchboard-v2",
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/switchboard-xyz/switchboard-v2",
|
|
|
|
"directory": "libraries/sbv2-utils"
|
|
|
|
},
|
2022-05-25 11:38:29 -07:00
|
|
|
"homepage": "https://docs.switchboard.xyz",
|
2022-05-17 09:42:04 -07:00
|
|
|
"files": [
|
2022-05-25 14:07:24 -07:00
|
|
|
"lib",
|
2022-06-29 10:33:05 -07:00
|
|
|
"src",
|
|
|
|
"package.json"
|
2022-05-17 09:42:04 -07:00
|
|
|
],
|
2022-06-21 02:41:52 -07:00
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"import": "./lib/esm/index.js",
|
|
|
|
"require": "./lib/cjs/index.js"
|
2022-06-29 10:33:05 -07:00
|
|
|
},
|
|
|
|
"./package.json": "./package.json"
|
2022-06-21 02:41:52 -07:00
|
|
|
},
|
2022-05-17 09:42:04 -07:00
|
|
|
"main": "lib/cjs/index.js",
|
|
|
|
"module": "lib/esm/index.js",
|
2022-06-17 22:43:18 -07:00
|
|
|
"types": "lib/cjs/index.d.ts",
|
2022-05-17 09:42:04 -07:00
|
|
|
"scripts": {
|
2022-06-17 22:43:18 -07:00
|
|
|
"docgen": "typedoc --entryPoints src/index.ts --out ../../website/static/api/sbv2-utils",
|
2022-05-17 09:42:04 -07:00
|
|
|
"test": "echo \"No test script for @switchboard-xyz/sbv2-utils\" && exit 0",
|
2022-06-17 22:43:18 -07:00
|
|
|
"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"
|
2022-05-17 09:42:04 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@orca-so/sdk": "^1.2.24",
|
|
|
|
"@project-serum/anchor": "^0.24.2",
|
|
|
|
"@saberhq/token-utils": "^1.12.68",
|
2022-06-29 18:44:33 -07:00
|
|
|
"@solana/spl-token": "^0.2.0",
|
2022-05-19 10:21:56 -07:00
|
|
|
"@solana/web3.js": "^1.42.0",
|
2022-07-01 14:49:40 -07:00
|
|
|
"@switchboard-xyz/switchboard-v2": "^0.0.116",
|
2022-05-17 09:42:04 -07:00
|
|
|
"big.js": "^6.1.1",
|
|
|
|
"chalk": "4",
|
|
|
|
"decimal.js": "^10.3.1",
|
|
|
|
"dotenv": "^16.0.0",
|
|
|
|
"toml": "^3.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/big.js": "^6.1.3",
|
|
|
|
"@types/node": "^17.0.25",
|
|
|
|
"shx": "^0.3.4",
|
2022-05-26 12:30:10 -07:00
|
|
|
"typedoc": "^0.22.15",
|
2022-05-17 09:42:04 -07:00
|
|
|
"typescript": "^4.6.3"
|
|
|
|
}
|
|
|
|
}
|