anchor/tests/escrow/package.json

18 lines
415 B
JSON

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