-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 872 Bytes
/
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
{
"name": "fuckyea",
"version": "1.3.0",
"main": "src/index.js",
"bin": {
"fuckyea": "./src/index.js"
},
"license": "MIT",
"scripts": {
"build": "npx tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@eosnetwork/vert": "^1.0.0",
"@wharfkit/contract": "^1.1.5",
"@wharfkit/session": "^1.3.0",
"@wharfkit/transact-plugin-resource-provider": "^1.1.1",
"@wharfkit/wallet-plugin-privatekey": "^1.1.0",
"axios": "^1.6.5",
"commander": "^11.1.0",
"dotenv": "^16.3.1",
"figlet": "^1.7.0",
"glob": "^10.3.10",
"mocha": "^10.2.0",
"ws": "^8.16.0"
},
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.8",
"chai": "^5.0.0",
"mocha": "^10.2.0",
"ts-node": "^10.7.0",
"typescript": "^5.3.3"
}
}