l2-base-bridging/package.json

21 lines
412 B
JSON
Raw Normal View History

2023-08-20 18:52:05 +00:00
{
"name": "l2-base-bridging",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "moon@shipoclu.com",
"license": "MIT",
"dependencies": {
"@eth-optimism/sdk": "^3.1.1",
"dotenv": "^16.3.1",
"ethers": "^5.7.2"
},
"devDependencies": {
"typescript": "^5.1.6"
}
}