28 lines
791 B
JSON
28 lines
791 B
JSON
|
{
|
||
|
"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": {
|
||
|
"build": "cargo build-bpf --manifest-path=Cargo.toml",
|
||
|
"deploy": "solana program deploy target/deploy/spl_feed_parser.so",
|
||
|
"anchor:test": "echo \"No anchor:test script for spl-feed-parser\" && exit 0",
|
||
|
"test": "echo \"For workspace spl-feed-parser, use the anchor:test script\" && exit 0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@solana/web3.js": "^1.37.1"
|
||
|
},
|
||
|
"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"
|
||
|
}
|
||
|
}
|