21 lines
412 B
JSON
21 lines
412 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|