2022-02-25 13:17:36 -08:00
|
|
|
{
|
|
|
|
"dependencies": {
|
2022-04-13 11:09:04 -07:00
|
|
|
"@project-serum/anchor": "0.23.0"
|
2022-02-25 13:17:36 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/mocha": "^9.0.0",
|
2022-03-22 10:54:56 -07:00
|
|
|
"@types/chai": "^4.3.0",
|
2022-02-25 13:17:36 -08:00
|
|
|
"chai": "^4.3.4",
|
|
|
|
"chai-as-promised": "^7.1.1",
|
|
|
|
"mocha": "^9.0.3",
|
|
|
|
"ts-mocha": "^8.0.0",
|
|
|
|
"typescript": "^4.3.5"
|
|
|
|
}
|
|
|
|
}
|