Skip to content

Commit 56a529d

Browse files
authored
Update package.json
1 parent 3c991ad commit 56a529d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
"version": "1.0.0",
44
"description": "A simulator for experimenting with Celo wallet transaction flows. Supports persona behavior, active hours, logging, and RPC fallback handling.",
55
"main": "index.js",
6+
"type": "commonjs",
67
"scripts": {
78
"start": "node index.js",
8-
"test": "echo \"No tests defined – build OK\" && exit 0"
9-
"lint": "echo \"No linting configured\" && exit 0"
9+
"dev": "nodemon index.js",
10+
"lint": "eslint .",
11+
"test": "echo \"No tests yet\" && exit 0"
1012
},
1113
"keywords": [
1214
"celo",
1315
"wallet",
1416
"simulator",
15-
"ethers",
1617
"blockchain",
17-
"developer-tools"
18+
"ethers"
1819
],
1920
"author": "CryptoExplor",
2021
"license": "MIT",
@@ -23,6 +24,10 @@
2324
"dotenv": "^16.4.5",
2425
"ethers": "^6.13.2"
2526
},
27+
"devDependencies": {
28+
"eslint": "^8.57.0",
29+
"nodemon": "^3.1.0"
30+
},
2631
"engines": {
2732
"node": ">=18"
2833
}

0 commit comments

Comments
 (0)