-
Notifications
You must be signed in to change notification settings - Fork 578
/
package.json
30 lines (30 loc) · 955 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": "coinbase-wallet-sdk",
"version": "0.0.1",
"repository": "https://github.com/coinbase/coinbase-wallet-sdk",
"author": "Coinbase, Inc.",
"license": "MIT",
"private": true,
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"lint": "yarn workspaces foreach -pt run lint",
"typecheck": "yarn workspaces foreach -pt run typecheck",
"dev": "yarn workspaces foreach -ipv run dev",
"deploy": "yarn workspace @coinbase/wallet-sdk build && yarn workspace sdk-playground export"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.45.0",
"eslint-config-preact": "^1.3.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.0.0"
},
"packageManager": "[email protected]"
}