-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 599 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 599 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "acepe",
"private": true,
"license": "FSL-1.1-ALv2",
"repository": {
"type": "git",
"url": "https://github.com/flazouh/acepe.git"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/flazouh"
},
"workspaces": ["packages/*"],
"scripts": {
"test": "bun scripts/forbid-structural-tests.ts packages && bun run --cwd packages/agent-panel-contract test && bun run --cwd packages/ui test && bun run --cwd packages/desktop test && bun run --cwd packages/website test"
},
"engines": { "node": "20.x" },
"dependencies": {
"vaul-svelte": "^1.0.0-next.7"
}
}