2022-07-15 14:25:04 -07:00
|
|
|
{
|
|
|
|
"name": "anchor-buffer-parser",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"private": true,
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/switchboard-xyz/switchboard-v2",
|
|
|
|
"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.24.2",
|
|
|
|
"@solana/web3.js": "^1.42.0",
|
2022-08-02 13:46:54 -07:00
|
|
|
"@switchboard-xyz/sbv2-utils": "^0.1.39",
|
2022-08-04 07:54:51 -07:00
|
|
|
"@switchboard-xyz/switchboard-v2": "^0.0.127",
|
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",
|
|
|
|
"typescript": "^4.3.5"
|
|
|
|
}
|
|
|
|
}
|