forked from Brahma-fi/console-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 785 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 785 Bytes
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
{
"name": "brahma-console-kit",
"version": "1.0.6",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"rollup": "rollup -c --bundleConfigAsCjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"description": "",
"repository": "https://github.com/Brahma-fi/console-kit.git",
"peerDependencies": {
"react": ">=18.2.0"
},
"dependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"axios": "^1.7.9",
"rollup-plugin-dts": "^6.1.1",
"tslib": "^2.8.1",
"viem": "^2.21.3"
},
"devDependencies": {
"@types/react": "^18.3.5",
"rollup": "^4.28.0",
"typescript": "^5.7.2"
},
"author": "impolska742 <vaibhav19bhardwaj@gmail.com>",
"license": "MIT"
}