forked from psi-oss/get-physics-done
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 815 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 815 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
{
"name": "get-physics-done",
"version": "1.1.0",
"gpdPythonVersion": "1.1.0",
"description": "Open-source AI copilot for physics research across supported AI runtimes",
"bin": {
"get-physics-done": "bin/install.js"
},
"files": [
"bin/",
"src/gpd/adapters/runtime_catalog.json"
],
"repository": {
"type": "git",
"url": "https://github.com/psi-oss/get-physics-done"
},
"homepage": "https://github.com/psi-oss/get-physics-done#readme",
"bugs": {
"url": "https://github.com/psi-oss/get-physics-done/issues"
},
"author": "Physical Superintelligence PBC (PSI)",
"keywords": [
"physical superintelligence",
"psi",
"physics",
"research",
"ai",
"agentic",
"claude",
"codex",
"gemini",
"opencode"
],
"license": "Apache-2.0"
}