-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.12 KB
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "chain-pal",
"version": "1.0.1",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix",
"test": "jest"
},
"bin": {
"chain-pal": "./dist/index.js"
},
"dependencies": {
"ethers": "5.7.2",
"yargs": "17.7.1",
"csv-parse": "5.3.6"
},
"devDependencies": {
"@types/csv-parse": "1.2.2",
"@types/jest": "^27.0.3",
"@types/node": "18.15.11",
"@types/yargs": "17.0.24",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^29.5.0",
"prettier": "^2.4.1",
"ts-jest": "^29.0.1",
"typescript": "5.0.4"
},
"keywords": [
"blockchain",
"EVM",
"Ethereum",
"smart contracts",
"cli",
"tool",
"conversion",
"transactions"
],
"repository": {
"type": "git",
"url": "https://github.com/cromaniuc/chain-pal.git"
},
"author": "Cezar Romaniuc",
"license": "ISC"
}