-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 809 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 809 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
29
30
31
32
33
34
35
36
{
"name": "@scaffold-eth/typescript",
"version": "0.2.0",
"keywords": [
"ethereum",
"blockchain",
"dapp",
"protocol",
"Teller",
"typescript"
],
"private": true,
"scripts": {
"contracts": "yarn workspace @teller-protocol/v2-contracts",
"services": "yarn workspace @scaffold-eth/services",
"subgraph": "yarn workspace @teller-protocol/v2-subgraph",
"prepare": "husky install"
},
"workspaces": {
"packages": [
"packages/contracts",
"packages/services",
"packages/subgraph",
"packages/subgraph-pool",
"packages/subgraph-pool-v2"
]
},
"packageManager": "yarn@3.6.1",
"devDependencies": {
"eslint": "^7.32.0",
"husky": "^8.0.1",
"mustache": "^4.2.0",
"prettier": "^2.4.1",
"shx": "^0.3.3"
}
}