-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.39 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.39 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
{
"name": "cordial-treasury-browser-wallet-extension",
"description": "Cordial Treasury Browser Wallet Extension",
"license": "Apache-2.0",
"private": true,
"version": "0.1.4",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:chrome": "wxt -b chrome",
"dev:chromium": "wxt -b chromium",
"dev:edge": "wxt -b edge",
"dev:firefox": "wxt -b firefox",
"lint": "eslint src",
"test": "vitest",
"build": "wxt build",
"build:edge": "wxt build -b edge",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"postinstall": "wxt prepare",
"typecheck": "tsc -b && tsc --noEmit",
"format": "oxfmt --check ./src",
"format:fix": "oxfmt --write ./src pnpm-lock.yaml"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@noble/hashes": "^2.0.1",
"@scure/base": "^2.0.0",
"@serenity-kit/noble-sodium": "^0.2.2",
"@solana/wallet-standard-features": "^1.3.0",
"@wallet-standard/base": "^1.1.0",
"@wallet-standard/features": "^1.1.0",
"bignumber.js": "^9.3.1",
"eslint": "^9.39.2",
"globals": "^16.5.0",
"idb-keyval": "^6.2.2",
"oxfmt": "^0.35.0",
"superjson": "^2.2.6",
"temporal-polyfill": "^0.3.0",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.51.0",
"vitest": "^4.0.17",
"wxt": "^0.20.13",
"zod": "^4.3.5"
}
}