governance-registry/package.json

21 lines
446 B
JSON

{
"scripts": {
"lint:fix": "prettier tests/** -w",
"test": "anchor test"
},
"dependencies": {
"@project-serum/anchor": "^0.17.1-beta.1",
"@project-serum/common": "^0.0.1-beta.3",
"@solana/spl-token": "^0.1.8",
"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"
}
}