49 lines
1.5 KiB
JSON
49 lines
1.5 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"
|
|
},
|
|
"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",
|
|
"@solana/spl-token": "^0.2.0",
|
|
"@solana/web3.js": "^1.42.0",
|
|
"@switchboard-xyz/sbv2-utils": "^0.1.25",
|
|
"@switchboard-xyz/switchboard-v2": "^0.0.114",
|
|
"chalk": "^4.1.2",
|
|
"child_process": "^1.0.2",
|
|
"dotenv": "^16.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@switchboard-xyz/switchboardv2-cli": "^0.2.4",
|
|
"@types/chai": "^4.3.0",
|
|
"@types/mocha": "^9.0.0",
|
|
"@types/node": "^17.0.35",
|
|
"@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.0.0",
|
|
"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.4.0",
|
|
"typescript": "^4.3.5"
|
|
}
|
|
}
|