-
Notifications
You must be signed in to change notification settings - Fork 383
/
package.json
36 lines (36 loc) · 1.21 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
{
"name": "@balancer-labs/v2-monorepo",
"private": true,
"description": "Balancer v2 Monorepo",
"license": "GPL-3.0-only",
"homepage": "https://github.com/balancer-labs/balancer-v2-monorepo#readme",
"repository": "[email protected]:balancer-labs/balancer-v2-monorepo.git",
"bugs": {
"url": "https://github.com/balancer-labs/balancer-v2-monorepo/issues"
},
"engines": {
"node": ">=18 <18.16"
},
"packageManager": "[email protected]",
"contributors": [
"Daniel Fernandez <[email protected]>",
"Facu Spagnuolo <[email protected]>",
"Fernando Martinelli <[email protected]>",
"Greg Taschuk <[email protected]>",
"Jeffrey Bennett <[email protected]>",
"John Grant <[email protected]>",
"Mike McDonald <[email protected]>",
"Nicolás Venturo <[email protected]>",
"Tom French <[email protected]>",
"Igor Yalovoy <[email protected]>"
],
"scripts": {
"build": "yarn workspaces foreach --parallel --verbose run build",
"lint": "NODE_NO_WARNINGS=1 yarn workspaces foreach --parallel --verbose run lint",
"test": "yarn workspaces foreach --parallel --verbose run test"
},
"workspaces": [
"pkg/*",
"pvt/*"
]
}