forked from apibara/starknet-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 858 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
{
"name": "starknet-react",
"private": true,
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"test": "turbo run test --parallel",
"test:ci": "turbo run test:ci --parallel",
"lint": "turbo run lint --parallel",
"lint:fix": "turbo run lint:fix --parallel",
"format": "turbo run format --parallel",
"format:check": "turbo run format:check --parallel",
"clean": "turbo run clean --parallel"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/react": "^18.3.16",
"beachball": "^2.51.0",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/apibara/starknet-react.git"
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
},
"packageManager": "[email protected]"
}