-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "kariba",
"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/kariba.git"
},
"scripts": {
"build": "turbo run build --concurrency=100%",
"build:docs": "turbo run build --filter=@kariba/docs",
"dev:docs": "turbo run dev --filter=@kariba/docs --parallel",
"format:staged": "lint-staged",
"lint": "turbo run lint --concurrency=100%",
"test": "turbo run test --concurrency=1",
"prepare": "husky"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.9.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"turbo": "^2.1.3"
},
"engines": {
"node": ">=18.x",
"pnpm": ">=8"
},
"packageManager": "[email protected]",
"dependencies": {
"pyright": "^1.1.385"
}
}