-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 819 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 819 Bytes
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": "app",
"version": "1.0.5",
"author": "",
"repository": {
"type": "git",
"url": "git+https://github.com/ShortestPathLab/posthoc-app.git"
},
"bugs": {
"url": "https://github.com/ShortestPathLab/posthoc-app/issues"
},
"description": "",
"homepage": "posthoc.pathfinding.ai",
"license": "ISC",
"scripts": {
"start": "cd client && bun start",
"build:all": "cd client && bun run build"
},
"trustedDependencies": [
"bufferutil",
"canvas",
"electron",
"es5-ext",
"esbuild",
"pathfinding-binaries"
],
"type": "module",
"workspaces": [
"protocol",
"renderer",
"internal-renderers",
"client",
"adapter-fs-bridge",
"adapter-warthog-wasm",
"adapter-warthog-websocket",
"adapter-iron-harvest",
"resources"
]
}