2022-05-17 09:42:04 -07:00
|
|
|
{
|
|
|
|
"name": "spl-feed-parser",
|
|
|
|
"private": true,
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/switchboard-xyz/switchboard-v2",
|
|
|
|
"directory": "programs/spl-feed-parser"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2022-05-18 14:00:17 -07:00
|
|
|
"build": "echo \"For workspace spl-feed-parser, run 'anchor build' from the project root\" && exit 0",
|
|
|
|
"build:bpf": "cargo build-bpf --manifest-path=Cargo.toml",
|
2022-05-17 09:42:04 -07:00
|
|
|
"deploy": "solana program deploy target/deploy/spl_feed_parser.so",
|
|
|
|
"test": "echo \"For workspace spl-feed-parser, use the anchor:test script\" && exit 0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-05-18 14:00:17 -07:00
|
|
|
"@project-serum/anchor": "^0.24.2",
|
2022-05-19 13:49:38 -07:00
|
|
|
"@solana/web3.js": "^1.42.0",
|
2022-05-27 09:49:25 -07:00
|
|
|
"@switchboard-xyz/sbv2-utils": "^0.1.16",
|
2022-05-27 13:07:44 -07:00
|
|
|
"@switchboard-xyz/switchboard-v2": "^0.0.105"
|
2022-05-17 09:42:04 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/chai": "^4.3.0",
|
2022-05-19 13:49:38 -07:00
|
|
|
"@types/mocha": "^9.0.0",
|
|
|
|
"@types/node": "^17.0.35",
|
|
|
|
"chai": "^4.3.6",
|
|
|
|
"mocha": "^9.0.3",
|
2022-05-17 09:42:04 -07:00
|
|
|
"ts-mocha": "^9.0.2",
|
2022-05-19 13:49:38 -07:00
|
|
|
"ts-node": "^10.4.0",
|
2022-05-17 09:42:04 -07:00
|
|
|
"typescript": "^4.3.5"
|
|
|
|
}
|
|
|
|
}
|