xdapp-book/projects/xmint/package.json

21 lines
524 B
JSON

{
"name": "xmint",
"version": "1.0.0",
"description": "Multichain P3 Example",
"main": "orchestrator.ts",
"license": "MIT",
"dependencies": {
"@certusone/wormhole-sdk": "^0.6.1",
"@metaplex-foundation/mpl-token-metadata": "^2.2.4",
"@project-serum/anchor": "^0.25.0",
"@solana/spl-token": "^0.3.1",
"@types/node": "^18.7.1",
"@types/node-fetch": "^2.6.2",
"byteify": "^2.0.10",
"commander": "^9.4.0",
"ethers": "^5.6.9",
"keccak256": "^1.0.6",
"node-fetch": "2"
}
}