-
Notifications
You must be signed in to change notification settings - Fork 143
/
package.json
29 lines (29 loc) · 923 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
{
"name": "siwe-root",
"private": true,
"workspaces": [
"packages/siwe-parser",
"packages/siwe"
],
"scripts": {
"build": "lerna run build",
"test": "lerna run --stream test",
"lint": "lerna run lint",
"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 packages/siwe/lib/siwe.ts",
"publish": "lerna run build && lerna publish"
},
"author": "Spruce Systems Inc.",
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^29.4.0",
"ethers5": "npm:ethers@^5.6.8",
"ethers6": "npm:ethers@^6.0.8",
"jest": "^29.4.3",
"lerna": "^6.5.1",
"nlfurniss-typedoc-plugin-sourcefile-url": "^2.0.0",
"ts-jest": "^29.0.5",
"typedoc": "^0.24.8",
"typedoc-plugin-extras": "^2.2.1",
"typescript": "^4.4.4"
}
}