-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.9 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@cometh/connect-sdk-viem",
"version": "2.0.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "Viem SDK Cometh Connect",
"keywords": [
"viem",
"wagmi",
"smart-wallet",
"blockchain",
"ethereum"
],
"files": [
"dist/**/*"
],
"scripts": {
"build:ts": "tsc",
"build": "rimraf dist && yarn build:ts",
"prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
"lint": "eslint . --ext .ts",
"test": "jest",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cometh-game/connect-sdk-viem.git"
},
"author": "yoanslvy",
"license": "ISC",
"bugs": {
"url": "https://github.com/cometh-game/connect-sdk-viem/issues"
},
"homepage": "https://github.com/cometh-game/connect-sdk-viem#readme",
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.0",
"@tsconfig/recommended": "^1.0.2",
"@types/jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.6",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"jest": "^29.2.2",
"prettier": "2.8.4",
"rollup": "^3.21.3",
"ts-loader": "^9.4.2",
"typescript": "^5.1.3",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2"
},
"dependencies": {
"@babel/traverse": "^7.23.4",
"@cometh/connect-sdk": "^1.2.31",
"@rainbow-me/rainbowkit": "^2",
"@types/babel__core": "^7.20.0",
"viem": "^2",
"wagmi": "^2"
}
}