voter-stake-registry/package.json

26 lines
591 B
JSON
Raw Normal View History

2021-10-05 13:40:01 -07:00
{
2021-10-21 19:16:32 -07:00
"scripts": {
"lint:fix": "prettier tests/** -w",
"test": "anchor test",
"cli": "ts-node cli.ts"
},
"dependencies": {
"@project-serum/anchor": "^0.17.1-beta.1",
"@project-serum/common": "^0.0.1-beta.3",
"@solana/spl-token": "^0.1.8",
"@types/chai": "^4.3.0",
"@types/node": "^16.11.13",
"@types/yargs": "^17.0.7",
"bn.js": "^5.2.0"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"mocha": "^9.0.3",
"prettier": "^2.4.1",
"ts-mocha": "^8.0.0",
"typescript": "^4.3.5",
"yargs": "^17.3.0"
}
2021-10-05 13:40:01 -07:00
}