-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 943 Bytes
/
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
{
"name": "ethglobal-sf-2024",
"description": "Funding public goods.",
"version": "0.0.0",
"author": "Kariba Labs",
"license": "Apache-2.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/opensource-observer/ethglobal-sf-2024.git"
},
"scripts": {
"build": "turbo run build --concurrency=100%",
"build:sdk": "turbo run build --filter=@ethglobal-sf-2024/sdk",
"lint": "turbo run lint --concurrency=100%",
"test": "turbo run test --concurrency=1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.1",
"prettier": "^3.3.3",
"turbo": "^2.2.1"
},
"engines": {
"node": ">=18.x",
"pnpm": ">=8"
},
"packageManager": "[email protected]",
"dependencies": {
"pyright": "^1.1.385"
}
}