-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 819 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 819 Bytes
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
{
"name": "ipmc",
"version": "0.2.3",
"main": "index.js",
"license": "MIT",
"private": true,
"type": "module",
"packageManager": "yarn@4.10.3",
"scripts": {
"dev": "yarn workspaces foreach -Api run dev",
"watch": "yarn workspaces foreach -Api --no-private --exclude ipmc-desktop run dev",
"build": "yarn workspaces foreach -Apt run build",
"test": "yarn workspaces foreach -Apt run test",
"cli": "yarn workspace ipmc-tools run cli"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"typescript": "^5.8.3"
},
"resolutions": {
"blockstore-core@npm:^6.0.0": "patch:blockstore-core@npm%3A6.1.1#~/.yarn/patches/blockstore-core-npm-6.1.1-5c67813c75.patch",
"blockstore-core@npm:^6.1.1": "patch:blockstore-core@npm%3A6.1.1#~/.yarn/patches/blockstore-core-npm-6.1.1-5c67813c75.patch"
}
}