generated from dev-protocol/template-repos-cjs-esm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.59 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@devprotocol/bundled-web3auth-modal",
"version": "0.0.2",
"description": "Template repository for convert Commonjs module to ES module",
"type": "module",
"main": "./dist/index.js",
"browser": "./dist/browser/index.js",
"exports": {
".": {
"default": "./dist/index.js",
"browser": "./dist/browser/index.js",
"types": "./index.d.ts"
}
},
"files": [
"dist",
"index.js",
"index.d.ts",
"rollup.config.js"
],
"types": "./index.d.ts",
"scripts": {
"build": "rollup -c",
"prebuild": "rimraf dist",
"lint": "yarn lint:format",
"lint:format": "prettier --write '**/*.{ts,js,json,md,yml}'",
"prepare": "husky install",
"postinstall": "npm run build"
},
"author": "Dev Protocol",
"license": "MIT",
"dependencies": {
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^16.0.0",
"@walletconnect/sign-client": "^2.10.5",
"@web3auth/modal": "^9.0.0",
"buffer": "^6.0.3",
"empty-module": "^0.0.2",
"ethers": "^6.0.0",
"process": "^0.11.10",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rimraf": "5.0.10",
"rollup": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2"
},
"devDependencies": {
"husky": "9.1.7",
"prettier": "3.5.3",
"tslib": "^2.6.2",
"typescript": "5.8.2"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/dev-protocol/bundled-web3auth-modal.git"
},
"bugs": {
"url": "https://github.com/dev-protocol/bundled-web3auth-modal/issues"
},
"homepage": "https://github.com/dev-protocol/bundled-web3auth-modal#readme"
}