16 lines
334 B
JSON
16 lines
334 B
JSON
{
|
|
"name": "channel-watchtower",
|
|
"version": "1.0.0",
|
|
"description": "Optional watchtower for payment channel dispute response",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "node --watch index.js"
|
|
},
|
|
"dependencies": {
|
|
"ethers": "^6.9.0",
|
|
"dotenv": "^16.3.1"
|
|
}
|
|
}
|