sbv2-solana/packages/feed-parser/package.json

34 lines
960 B
JSON

{
"name": "@switchboard-xyz/v2-feed-parser",
"description": "switchboard v2 example demonstrating how to parse a data feed",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/switchboard-xyz/switchboard-v2",
"directory": "packages/feed-parser"
},
"homepage": "https://docs.switchboard.xyz",
"main": "dist/index.js",
"scripts": {
"start": "ts-node src/main",
"build": "rimraf dist && ./esbuild.js",
"test": "echo \"No test script for @switchboard-xyz/v2-feed-parser\" && exit 0"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/big.js": "^6.1.3",
"esbuild-node-externals": "^1.4.1",
"estrella": "^1.4.1",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"dependencies": {
"@project-serum/anchor": "^0.24.2",
"@solana/web3.js": "^1.33.0",
"@switchboard-xyz/switchboard-v2": "^0.0.105",
"big.js": "^6.1.1"
}
}