forked from 1Hive/xpollinate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 768 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 768 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
{
"name": "@1hive-connext/monorepo",
"version": "1.0.0",
"keywords": [
"ethereum",
"react",
"workspaces",
"yarn"
],
"private": true,
"scripts": {
"react-app:build": "yarn workspace @1hive-connext/react-app build",
"react-app:eject": "yarn workspace @1hive-connext/react-app eject",
"react-app:ipfs": "yarn workspace @1hive-connext/react-app ipfs",
"react-app:lint": "yarn workspace @1hive-connext/react-app lint",
"react-app:start": "yarn workspace @1hive-connext/react-app start",
"react-app:test": "yarn workspace @1hive-connext/react-app test"
},
"workspaces": {
"nohoist": [
"**/@graphprotocol/graph-ts",
"**/@graphprotocol/graph-ts/**"
],
"packages": [
"packages/*"
]
}
}