xdapp-book/projects/xmint/package.json

21 lines
524 B
JSON
Raw Normal View History

2022-08-13 08:22:14 -07:00
{
"name": "xmint",
"version": "1.0.0",
"description": "Multichain P3 Example",
"main": "orchestrator.ts",
"license": "MIT",
"dependencies": {
"@certusone/wormhole-sdk": "^0.6.1",
2022-09-01 23:02:09 -07:00
"@metaplex-foundation/mpl-token-metadata": "^2.2.4",
2022-08-13 08:22:14 -07:00
"@project-serum/anchor": "^0.25.0",
2022-08-23 11:06:01 -07:00
"@solana/spl-token": "^0.3.1",
2022-08-13 08:22:14 -07:00
"@types/node": "^18.7.1",
"@types/node-fetch": "^2.6.2",
2022-08-23 11:06:01 -07:00
"byteify": "^2.0.10",
2022-08-13 08:22:14 -07:00
"commander": "^9.4.0",
"ethers": "^5.6.9",
2022-09-21 15:41:51 -07:00
"keccak256": "^1.0.6",
2022-08-13 08:22:14 -07:00
"node-fetch": "2"
}
}