-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.37 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.37 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
{
"name": "@signinwithethereum/ts-monorepo",
"description": "Sign in with Ethereum Typescript library.",
"private": true,
"type": "module",
"scripts": {
"build": "pnpm -r run build",
"format": "prettier --write 'packages/**/*.{ts,tsx,js,jsx,vue,json,css,scss,html}'",
"format:check": "prettier --check 'packages/**/*.{ts,tsx,js,jsx,vue,json,css,scss,html}'",
"test": "pnpm -r run test",
"lint": "pnpm -r run lint",
"changeset": "changeset",
"docs": "typedoc --plugin nlfurniss-typedoc-plugin-sourcefile-url --plugin typedoc-plugin-extras --sourcefile-url-prefix 'https://github.com/signinwithethereum/siwe' --favicon ./favicon.svg --out docs packages/siwe/lib/siwe.ts"
},
"author": "Ethereum Identity Foundation",
"license": "Apache-2.0",
"devDependencies": {
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"@types/node": "^25.5.0",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.0.0",
"jiti": "^2.6.1",
"nlfurniss-typedoc-plugin-sourcefile-url": "^2.0.0",
"prettier": "^3.0.0",
"typedoc": "^0.28.18",
"typedoc-plugin-extras": "^4.0.1",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0",
"vite": "^8.0.1",
"vite-plugin-dts": "^4.0.0",
"vitest": "^4.1.0"
},
"packageManager": "pnpm@10.32.1",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}