forked from spruceid/siwe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 854 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
{
"name": "siwe",
"version": "1.0.0",
"description": "Sign-In with Ethereum",
"main": "dist/siwe.js",
"types": "dist/siwe.d.ts",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "jest",
"docs": "typedoc --plugin nlfurniss-typedoc-plugin-sourcefile-url --plugin typedoc-plugin-extras --sourcefile-url-prefix 'https://github.com/spruceid/siwe' --favicon ./favicon.svg --out docs lib/siwe.ts"
},
"author": "Spruce Systems Inc.",
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^27.0.2",
"jest": "^27.3.1",
"nlfurniss-typedoc-plugin-sourcefile-url": "^2.0.0",
"ts-jest": "^27.0.7",
"typedoc": "^0.22.7",
"typedoc-plugin-extras": "^2.2.1",
"typescript": "^4.4.4"
},
"dependencies": {
"@stablelib/random": "^1.0.1",
"apg-js": "^4.1.1",
"ethers": "^5.5.1"
}
}