2022-05-17 09:42:04 -07:00
|
|
|
{
|
|
|
|
"name": "spl-feed-parser",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"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",
|
|
|
|
"@solana/web3.js": "^1.37.1",
|
|
|
|
"@switchboard-xyz/switchboard-v2": "^0.0.97"
|
2022-05-17 09:42:04 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/chai": "^4.3.0",
|
|
|
|
"@types/mocha": "^9.1.0",
|
|
|
|
"chai": "^4.3.4",
|
|
|
|
"mocha": "^9.2.2",
|
|
|
|
"ts-mocha": "^9.0.2",
|
|
|
|
"typescript": "^4.3.5"
|
|
|
|
}
|
|
|
|
}
|