30 lines
758 B
JSON
30 lines
758 B
JSON
{
|
|
"name": "solana-liquidity-oracle",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/switchboard-xyz/sbv2-solana",
|
|
"directory": "examples/functions/01_basic_oracle"
|
|
},
|
|
"scripts": {
|
|
"build:anchor": "anchor build",
|
|
"clean": "pnpm exec rimraf node_modules .anchor lib .turbo"
|
|
},
|
|
"dependencies": {
|
|
"@coral-xyz/anchor": "^0.28.0",
|
|
"@solana/spl-token": "^0.3.8",
|
|
"@solana/web3.js": "^1.78.3",
|
|
"@switchboard-xyz/common": "*",
|
|
"@switchboard-xyz/solana.js": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bn.js": "^5.1.0",
|
|
"@types/chai": "^4.3.0",
|
|
"@types/mocha": "^9.0.0",
|
|
"@types/node": "^20.4.0",
|
|
"chai": "^4.3.4",
|
|
"mocha": "^9.0.3",
|
|
"ts-mocha": "^10.0.0"
|
|
}
|
|
}
|