47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "anchor-vrf-parser",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/switchboard-xyz/sbv2-solana",
|
|
"directory": "programs/anchor-vrf-parser"
|
|
},
|
|
"bin": {
|
|
"sbv2-vrf-example": "./sbv2-vrf-example.sh"
|
|
},
|
|
"scripts": {
|
|
"build": "echo \"For workspace anchor-vrf-parser, run 'anchor build' from the project root\" && exit 0",
|
|
"lint": "eslint --ext .js,.json,.ts 'src/**' --fix"
|
|
},
|
|
"dependencies": {
|
|
"@coral-xyz/anchor": "^0.26.0",
|
|
"@coral-xyz/borsh": "^0.26.0",
|
|
"@project-serum/borsh": "^0.2.5",
|
|
"@solana/spl-token": "^0.3.6",
|
|
"@solana/web3.js": "^1.67.0",
|
|
"@switchboard-xyz/common": "^2.1.8",
|
|
"@switchboard-xyz/solana.js": "^2.0.52",
|
|
"chalk": "^4.1.2",
|
|
"dotenv": "^16.0.1",
|
|
"yargs": "^17.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.3.0",
|
|
"@types/mocha": "^9.0.0",
|
|
"@types/node": "^17.0.45",
|
|
"@typescript-eslint/eslint-plugin": "^5.44.0",
|
|
"@typescript-eslint/parser": "^5.44.0",
|
|
"chai": "^4.3.6",
|
|
"eslint": "^8.28.0",
|
|
"mocha": "^9.0.3",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.4.1",
|
|
"prettier-plugin-organize-imports": "^2.3.4",
|
|
"shx": "^0.3.4",
|
|
"ts-mocha": "^9.0.2",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.9.3"
|
|
}
|
|
}
|