{ "name": "anchor-buffer-parser", "version": "1.0.0", "private": true, "repository": { "type": "git", "url": "https://github.com/switchboard-xyz/sbv2-solana", "directory": "programs/anchor-buffer-parser" }, "scripts": { "build": "echo \"For workspace anchor-buffer-parser, run 'anchor build' from the project root\" && exit 0", "lint": "eslint --ext .js,.json,.ts 'src/**' --fix" }, "dependencies": { "@project-serum/anchor": "^0.25.0", "@solana/web3.js": "^1.66.2", "@switchboard-xyz/common": "^2.1.7", "@switchboard-xyz/sbv2-utils": "^0.1.53", "@switchboard-xyz/switchboard-v2": "^0.0.165", "node-fetch": "^2.6" }, "devDependencies": { "@types/chai": "^4.3.0", "@types/mocha": "^9.0.0", "@types/node": "^17.0.45", "@types/node-fetch": "^2.6.2", "chai": "^4.3.6", "mocha": "^9.0.3", "ts-mocha": "^9.0.2", "ts-node": "^10.4.0", "typescript": "^4.7" } }