sbv2-solana/programs/spl-feed-parser/package.json

32 lines
991 B
JSON

{
"name": "spl-feed-parser",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/switchboard-xyz/switchboard-v2",
"directory": "programs/spl-feed-parser"
},
"scripts": {
"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",
"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": {
"@project-serum/anchor": "^0.24.2",
"@solana/web3.js": "^1.42.0",
"@switchboard-xyz/sbv2-utils": "^0.1.16",
"@switchboard-xyz/switchboard-v2": "^0.0.105"
},
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.35",
"chai": "^4.3.6",
"mocha": "^9.0.3",
"ts-mocha": "^9.0.2",
"ts-node": "^10.4.0",
"typescript": "^4.3.5"
}
}