-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.11 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
{
"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": ">=12.10"
},
"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]>"
],
"scripts": {
"build": "yarn workspaces foreach --parallel --verbose run build",
"lint": "yarn workspaces foreach --parallel --verbose run lint",
"test": "yarn workspaces foreach --parallel --verbose run test"
},
"workspaces": [
"pkg/*",
"pvt/*"
]
}