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

33 lines
1.0 KiB
JSON

{
"name": "native-feed-parser",
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/switchboard-xyz/sbv2-solana",
"directory": "programs/native-feed-parser"
},
"scripts": {
"build": "echo \"For workspace native-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/native_feed_parser.so",
"test": "echo \"For workspace native-feed-parser, use the anchor:test script\" && exit 0"
},
"dependencies": {
"@coral-xyz/anchor": "^0.26.0",
"@solana/web3.js": "^1.66.2",
"@switchboard-xyz/common": "^2.1.26",
"@switchboard-xyz/solana.js": "file:../../javascript/solana.js"
},
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.45",
"chai": "^4.3.6",
"mocha": "^9.0.3",
"ts-mocha": "^9.0.2",
"ts-node": "^10.4.0",
"typescript": "^4.7"
}
}