-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.57 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
{
"name": "@web3auth/sign-in-with-ethereum",
"version": "4.2.2",
"description": "",
"main": "dist/lib.cjs/index.js",
"module": "dist/lib.esm/index.js",
"unpkg": "dist/signInWithEthereum.umd.min.js",
"jsdelivr": "dist/signInWithEthereum.umd.min.js",
"types": "dist/types/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "torus-scripts build",
"release": "torus-scripts release",
"lint": "eslint --fix 'src/**/*.ts'",
"test": "mocha",
"prepack": "npm run build"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/web3auth/sign-in-with-ethereum.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/web3auth/sign-in-with-ethereum/issues"
},
"homepage": "https://github.com/web3auth/sign-in-with-ethereum#readme",
"dependencies": {
"@toruslabs/ethereum-controllers": "^6.0.2",
"ethers": "^6.13.2",
"valid-url": "^1.0.9"
},
"devDependencies": {
"@babel/register": "^7.24.6",
"@rollup/plugin-replace": "^5.0.7",
"@toruslabs/config": "^2.2.0",
"@toruslabs/eslint-config-typescript": "^3.3.3",
"@toruslabs/torus-scripts": "^6.1.2",
"@types/mocha": "^10.0.7",
"@types/node": "^20",
"@types/valid-url": "^1.0.7",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"eslint": "^8.48.0",
"loglevel": "^1.9.1",
"mocha": "^10.7.3",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsx": "^4.18.0",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=18.x",
"npm": ">=9.x"
}
}