-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
47 lines (47 loc) · 1.28 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
44
45
46
47
{
"name": "@qfi/qfi",
"description": "Quadratic Funding Infrastructure",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/"
},
"private": true,
"devDependencies": {
"husky": "^7.0.0",
"lerna": "^4.0.0",
"lint-staged": "^12.3.7"
},
"resolutions": {
"qaci-cli/circomlib": "https://github.com/weijiekoh/circomlib.git#24ed08eee0bb613b8c0135d66c1013bd9f78d50a",
"qaci-crypto/circomlib": "https://github.com/weijiekoh/circomlib.git#24ed08eee0bb613b8c0135d66c1013bd9f78d50a"
},
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/@nomiclabs/**",
"**/gitbook-cli/**",
"**/fs-extra/**"
]
},
"scripts": {
"build": "yarn workspaces run build",
"build:contracts": "yarn workspace @qfi/contracts run build",
"build:subgraph": "yarn workspace @qfi/subgraph run build",
"build:hooks": "yarn workspace @qfi/hooks run build",
"test": "yarn workspaces run test",
"test:contracts": "yarn workspace @qfi/contracts run test",
"deploy:subgraph":"yarn workspace @qfi/subgraph run deploy",
"prepare": "husky install"
},
"keywords": [
"RxC"
],
"author": "daodesigner",
"bugs": {
"url": "https://github.com/"
},
"homepage": "https://github.com/"
}