forked from AztecProtocol/aztec-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.33 KB
/
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
36
37
38
39
40
41
42
43
{
"name": "aztec-app",
"packageManager": "[email protected]",
"version": "0.4.9",
"type": "module",
"scripts": {
"compile": "yarn workspaces foreach -A -v run compile",
"build": "yarn workspaces foreach -A -v run build",
"install-browsers": "playwright install --with-deps",
"publish": "yarn npm publish"
},
"workspaces": [
"boxes/*"
],
"bin": "bin.js",
"resolutions": {
"@aztec/accounts": "link:../yarn-project/accounts",
"@aztec/aztec.js": "link:../yarn-project/aztec.js",
"@aztec/circuits.js": "link:../yarn-project/circuits.js",
"@aztec/entrypoints": "link:../yarn-project/entrypoints",
"@aztec/foundation": "link:../yarn-project/foundation",
"@aztec/bb.js": "link:../barretenberg/ts",
"@aztec/circuit-types": "link:../yarn-project/circuit-types",
"@aztec/ethereum": "link:../yarn-project/ethereum",
"@aztec/protocol-contracts": "link:../yarn-project/protocol-contracts",
"@aztec/types": "link:../yarn-project/types"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@inquirer/confirm": "^3.0.0",
"@inquirer/input": "^2.0.0",
"@inquirer/select": "^2.0.0",
"axios": "^1.6.7",
"commander": "^12.1.0",
"ora": "^8.0.1",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"tiged": "^2.12.6"
},
"devDependencies": {
"@playwright/test": "1.42.0"
}
}