anchor/tests/escrow/package.json

14 lines
308 B
JSON

{
"dependencies": {
"@project-serum/anchor": "../../ts",
"@project-serum/serum": "latest",
"@solana/spl-token": "latest",
"@solana/web3.js": "latest",
"@types/mocha": "^9.0.0",
"@types/node": "^14.14.37",
"bn.js": "^5.2.0",
"camelcase": "^6.2.0",
"chai": "^4.3.4"
}
}