|
- {
- "name": "frame-decryption",
- "version": "1.0.0",
- "description": "Frame decryption tool",
- "main": "main.js",
- "scripts": {
- "start": "node main.js"
- },
- "dependencies": {
- "@ethereumjs/common": "^4.1.0",
- "@ethereumjs/tx": "^5.1.0",
- "@ethereumjs/util": "^9.0.1",
- "@metamask/eth-sig-util": "^7.0.1",
- "ethers": "5.7.2",
- "hdkey": "2.1.0"
- }
- }
|