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

34 lines
1.0 KiB
JSON

{
"name": "@switchboard-xyz/v2-feed-walkthrough",
"version": "1.0.0",
"description": "switchboard v2 example demonstrating how to create a private queue, oracle, and data feed",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/switchboard-xyz/switchboard-v2",
"directory": "packages/feed-walkthrough"
},
"homepage": "https://docs.switchboard.xyz",
"main": "dist/main.js",
"scripts": {
"start": "ts-node src/main",
"build": "rimraf dist && ./esbuild.js -inline-sourcemap",
"test": "echo \"No test script for @switchboard-xyz/v2-feed-walkthrough\" && exit 0"
},
"dependencies": {
"@project-serum/anchor": "^0.24.2",
"@solana/spl-token": "^0.2.0",
"@solana/web3.js": "^1.37.1",
"@switchboard-xyz/switchboard-v2": "^0.0.120",
"chalk": "^4.1.2",
"dotenv": "^16.0.1",
"readline-sync": "^1.4.10"
},
"devDependencies": {
"@types/readline-sync": "^1.4.4",
"esbuild-node-externals": "^1.4.1",
"estrella": "^1.4.1"
}
}