mirror of
https://github.com/quadratic-gardens/qfi.git
synced 2026-04-23 03:00:24 -04:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"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/"
|
|
}
|