-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.42 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.42 KB
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": "@depay/worldcoin-precompiled",
"moduleName": "WorldcoinPrecompiled",
"version": "1.2.0",
"description": "Precompiled worldcoin JS rollup increasing compatibility.",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"scripts": {
"build": "rm -rf dist && rollup -c rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DePayFi/worldcoin-precompiled.js.git"
},
"keywords": [
"worldcoin",
"idkit",
"minikit",
"rollup"
],
"author": "https://depay.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/DePayFi/worldcoin-precompiled.js/issues"
},
"homepage": "https://depay.com",
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.2",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-sucrase": "^4.0.4",
"@worldcoin/idkit-core": "^1.3.0",
"@worldcoin/minikit-js": "^1.2.0",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"browser-or-node": "3.0.0-pre.0",
"buffer": "^6.0.3",
"ethers": "^6.0.8",
"rollup": "^2.76.0",
"rollup-plugin-polyfill-node": "^0.10.1",
"tweetnacl": "^1.0.0",
"viem": "^2.17.0",
"zustand": "^4.5"
},
"dependencies": {
"@rollup/plugin-alias": "^5.1.0"
}
}