-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.17 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": "ic-authentication",
"version": "0.1.0",
"description": "React application to showcase multiple authentications on IC Internet Identity.",
"author": "Zeeshan Tariq <zeeshan.ghazi@hotmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/zeeghazi/ic-authentication.git"
},
"bugs": "https://github.com/zeeghazi/ic-authentication/issues",
"homepage": "https://github.com/zeeghazi/ic-authentication",
"keywords": [
"ethereum",
"solana",
"arweave",
"osiy",
"plug",
"authentication",
"react",
"dfinity",
"ic",
"internet computer",
"internet identity"
],
"engines": {
"node": ">=16.0.0",
"bun": ">=1.0.0"
},
"scripts": {
"build": "bun run --filter='*' build",
"dev": "bun run --filter='*' dev",
"typecheck": "bun run --filter='*' typecheck",
"format": "biome format --write",
"format:check": "biome format",
"lint:check": "biome lint",
"lint": "biome lint --write",
"check": "biome check",
"check:fix": "biome check --write"
},
"devDependencies": {
"@biomejs/biome": "2.2.2"
},
"type": "module",
"workspaces": [
"frontend/mulauth"
],
"trustedDependencies": [
"@tailwindcss/oxide",
"esbuild"
]
}