-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 973 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 973 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@lore/root",
"version": "0.1.0",
"private": true,
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "mprocs --config ./mprocs.local.yaml",
"dev:saya-test": "mprocs --config ./mprocs.local_saya-test.yaml",
"dev:da": "mprocs --config ./mprocs.local_da.yaml",
"dev:slot": "mprocs --config ./mprocs.slot.yaml",
"quickstart": "bun run ./scripts/quickstart.ts # 🧾 quickstart installer "
},
"devDependencies": {
"@types/bun": "latest",
"@types/semver": "^7.7.1",
"ansicolor": "^2.0.3",
"jq.node": "^3.0.0",
"mprocs": "^0.7.3",
"semver": "^7.7.3",
"wait-on": "^9.0.3",
"wait-port": "^1.1.0"
},
"peerDependencies": {
"typescript": "^5.8.2"
},
"engines": {
"asdf": "^0.16.0",
"bun": "^1.2.3",
"dojo": "1.3.1",
"scarb": "2.9.2"
},
"trustedDependencies": [
"@swc/core",
"cbor-extract",
"esbuild",
"keccak",
"secp256k1"
]
}