Skip to content

Commit b8eb537

Browse files
authored
Update package.json
1 parent c4756d0 commit b8eb537

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "celo-wallet-simulator",
33
"version": "1.0.0",
4-
"description": "A developer-focused simulator for experimenting with wallet transaction flows on the Celo blockchain. Includes persona-based behavior, logging, and RPC management.",
4+
"description": "A simulator for experimenting with Celo wallet transaction flows. Supports persona behavior, active hours, logging, and RPC fallback handling.",
55
"main": "index.js",
66
"scripts": {
77
"start": "node index.js",
8-
"test": "echo \"No tests defined – build OK\" && exit 0",
9-
"lint": "eslint ."
8+
"test": "echo \"No tests defined – build OK\" && exit 0"
109
},
1110
"keywords": [
1211
"celo",
1312
"wallet",
1413
"simulator",
14+
"ethers",
1515
"blockchain",
1616
"developer-tools"
1717
],
@@ -22,9 +22,6 @@
2222
"dotenv": "^16.4.5",
2323
"ethers": "^6.13.2"
2424
},
25-
"devDependencies": {
26-
"eslint": "^9.9.0"
27-
},
2825
"engines": {
2926
"node": ">=18"
3027
}

0 commit comments

Comments
 (0)