-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 738 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "noir-rail",
"version": "0.0.0",
"private": true,
"description": "NoirRail — shielded settlement for tokenized real-world assets on Stellar. A rail you can see through but no one can see into.",
"license": "Apache-2.0",
"packageManager": "pnpm@11.4.0",
"engines": {
"node": ">=22"
},
"scripts": {
"circuits:build": "pnpm --filter @noir-rail/circuits build",
"circuits:setup": "pnpm --filter @noir-rail/circuits setup",
"contracts:build": "bash tools/build-contracts.sh",
"sdk:build": "pnpm --filter @noir-rail/sdk build",
"web:dev": "pnpm --filter @noir-rail/web dev",
"web:build": "pnpm --filter @noir-rail/web build"
},
"devDependencies": {
"typescript": "^5.6.3"
}
}