54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "anchor-vrf-parser",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/switchboard-xyz/switchboard-v2",
|
|
"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": {
|
|
"@project-serum/anchor": "^0.24.2",
|
|
"@project-serum/borsh": "^0.2.5",
|
|
"@solana/spl-token-v2": "npm:@solana/spl-token@^0.2.0",
|
|
"@solana/web3.js": "^1.42.0",
|
|
"@switchboard-xyz/sbv2-utils": "^0.1.39",
|
|
"@switchboard-xyz/switchboard-v2": "^0.0.127",
|
|
"chalk": "^4.1.2",
|
|
"child_process": "^1.0.2",
|
|
"dotenv": "^16.0.1",
|
|
"yargs": "^17.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@switchboard-xyz/switchboardv2-cli": "^0.2.14",
|
|
"@types/chai": "^4.3.0",
|
|
"@types/mocha": "^9.0.0",
|
|
"@types/node": "^17.0.45",
|
|
"@typescript-eslint/eslint-plugin": "^5.27.1",
|
|
"@typescript-eslint/parser": "^4.33.0",
|
|
"chai": "^4.3.6",
|
|
"eslint": "^8.18.0",
|
|
"eslint-config-airbnb-base": "^14.2.1",
|
|
"eslint-config-airbnb-typescript": "^14.0.1",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-import": "^2.24.2",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-unicorn": "^37.0.1",
|
|
"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.8.0",
|
|
"typescript": "^4.7.3"
|
|
}
|
|
}
|