-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 965 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
37
38
{
"name": "brahma-console-kit",
"version": "1.0.16",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"rollup": "rollup -c --bundleConfigAsCjs",
"test": "jest",
"typecheck": "tsc --noEmit"
},
"keywords": [],
"description": "",
"repository": "https://github.com/Brahma-fi/console-kit.git",
"peerDependencies": {
"react": ">=18.2.0"
},
"dependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"@safe-global/protocol-kit": "^6.0.0",
"axios": "^1.7.9",
"rollup-plugin-dts": "^6.1.1",
"tslib": "^2.8.1",
"viem": "^2.23.11"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/react": "^18.3.5",
"axios-mock-adapter": "^2.1.0",
"dotenv": "^16.4.7",
"jest": "^29.7.0",
"rollup": "^4.28.0",
"ts-jest": "^29.2.6",
"typescript": "^5.7.2"
},
"author": "impolska742 <[email protected]>",
"license": "MIT"
}