forked from Cafe137/chunkstorm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 752 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "chunkstorm",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "tsc",
"lint": "eslint --ext .ts src/",
"lint:fix": "eslint --ext .ts src/ --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@ethersphere/bee-js": "^9.1.1",
"@types/keccak": "^3.0.5",
"cafe-utility": "^27.18.0",
"dotenv": "^16.5.0",
"keccak": "^3.0.4",
"web3": "^4.16.0"
},
"devDependencies": {
"@types/node": "^22.13.10",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.57.0",
"typescript": "^5.8.2"
}
}