-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.01 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
{
"name": "@jiffy-labs/jiffy-hooks",
"version": "0.0.3",
"main": "dist/index.js",
"module": "dist/index.m.js",
"unpkg": "dist/index.umd.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts"
},
"keywords": [
"Smart Account"
],
"repository": {
"type": "git",
"url": "https://github.com/jiffy-labs/jiffy-hooks"
},
"author": "ojas_palorkar",
"license": "ISC",
"files": [
"dist"
],
"description": "",
"dependencies": {
"@jiffy-labs/web3a": "^0.1.7",
"@privy-io/react-auth": "^1.87.0",
"@privy-io/wagmi": "^0.2.12",
"permissionless": "0.1.41",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^6.0.1",
"viem": "^2.21.15",
"wagmi": "^2.12.14"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.8",
"@types/node": "^20.16.9",
"@types/react": "^18.3.9",
"microbundle": "^0.15.1",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
}
}