forked from RadiantBlockchain-Community/photonic-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 863 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
31
32
33
34
35
{
"name": "photonic-wallet",
"workspaces": [
"packages/*"
],
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "MIT",
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean",
"dev": "turbo run dev",
"cli": "node packages/cli/dist/cli.js"
},
"devDependencies": {
"@photonic/cli": "workspace:*",
"@types/node": "^18.19.7",
"eslint": "^8.56.0",
"prettier": "^2.8.8",
"turbo": "^1.11.3",
"typescript": "^5.3.3"
},
"pnpm": {
"patchedDependencies": {
"@radiantblockchain/radiantjs@1.9.4": "patches/@radiantblockchain__radiantjs@1.9.4.patch",
"bsv-coinselect@4.2.5": "patches/bsv-coinselect@4.2.5.patch",
"ws-electrumx-client@1.0.5": "patches/ws-electrumx-client@1.0.5.patch"
}
},
"dependencies": {
"assert": "^2.1.0"
}
}