-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.45 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": "@azuro-org/sdk-social-aa-connector",
"version": "1.0.4",
"author": "Azuro",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": "./dist/index.js"
},
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/Azuro-protocol/sdk-social-aa-connector.git"
},
"homepage": "https://github.com/Azuro-protocol/sdk-social-aa-connector#readme",
"scripts": {
"build": "rimraf dist && rollup -c",
"prepublishOnly": "npm run build",
"------------------ Lint --------------------------------------------------------------------------------": "",
"lint": "next lint && tsc --noEmit",
"lint-fix": "eslint ./src -c .eslintrc --fix --ext js,ts,tsx",
"lint-ts": "tsc --noEmit"
},
"peerDependencies": {
"react": "^18.2.0",
"viem": "^2.21.7",
"wagmi": "^2.12.11"
},
"devDependencies": {
"@rollup/plugin-typescript": "^12.1.1",
"@types/react": "^18.3.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"rimraf": "^5.0.10",
"rollup": "^4.26.0",
"rollup-plugin-preserve-directives": "^0.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.1.6"
},
"dependencies": {
"@privy-io/react-auth": "^1.94.3",
"@privy-io/wagmi": "^0.2.12",
"permissionless": "^0.2.18"
}
}