2022-07-15 14:25:04 -07:00
|
|
|
{
|
|
|
|
"name": "anchor-buffer-parser",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"private": true,
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-12-01 09:17:17 -08:00
|
|
|
"url": "https://github.com/switchboard-xyz/sbv2-solana",
|
2022-07-15 14:25:04 -07:00
|
|
|
"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": {
|
2022-11-26 14:14:39 -08:00
|
|
|
"@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",
|
2022-07-15 14:25:04 -07:00
|
|
|
"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",
|
2022-08-11 10:01:28 -07:00
|
|
|
"typescript": "^4.7"
|
2022-07-15 14:25:04 -07:00
|
|
|
}
|
|
|
|
}
|