-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 KB
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": "react-native-evals",
"version": "0.3.0",
"type": "module",
"scripts": {
"lint": "eslint .",
"format": "prettier --write .",
"bench:run": "bun runner/run.ts",
"bench:judge": "bun runner/judge.ts",
"bench:series": "bash ./scripts/bench-series.sh"
},
"devDependencies": {
"@types/node": "^25.2.2",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^10.0.0",
"eslint-config-expo": "^9.2.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"expo": "^54.0.33",
"globals": "^15.14.0",
"prettier": "^3.8.1"
},
"workspaces": [
"testbench"
],
"packageManager": "bun@1.2.19",
"dependencies": {
"@opencode-ai/sdk": "^1.1.59",
"@types/bun": "^1.3.8",
"ai": "^6.0.78",
"ai-sdk-provider-opencode-sdk": "^1.0.0",
"react-native": "^0.84.0",
"typescript": "^5.9.3",
"yaml": "^2.8.2",
"zod": "^3.23.8"
}
}