-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.5 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "hallucinate_app",
"version": "1.0.3",
"description": "Electron App containing the nodjs and clientjs runtimes for the IPFS Huggingface Bridge App",
"type": "module",
"main": "index.js",
"scripts": {
"test": "node tests/test.js",
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make"
},
"repository": {
"type": "git",
"url": "git+https://github.com/endomorphosis/hallucinate_app.git"
},
"author": "Benjamin Barber",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/endomorphosis/hallucinate_app/issues"
},
"homepage": "https://github.com/endomorphosis/hallucinate_app#readme",
"devDependencies": {
"@electron-forge/cli": "^7.4.0",
"@electron-forge/maker-deb": "^7.4.0",
"@electron-forge/maker-rpm": "^7.4.0",
"@electron-forge/maker-squirrel": "^7.4.0",
"@electron-forge/maker-zip": "^7.4.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.4.0",
"@electron-forge/plugin-fuses": "^7.4.0",
"@electron/fuses": "^1.8.0",
"electron": "32.0.1"
},
"dependencies": {
"electron-squirrel-startup": "^1.0.1",
"ipfs_accelerate_js": "^1.0.0",
"ipfs_agents_js": "^1.0.3",
"ipfs_datasets_js": "^1.0.0",
"ipfs_faiss_js": "^1.0.4",
"ipfs_kit_cjs": "^1.0.0",
"ipfs_kit_js": "^1.0.22",
"ipfs_model_manager_js": "^1.0.20",
"ipfs_transformers_js": "^1.0.1",
"libp2p_kit_js": "^1.0.0",
"orbitdb_kit_js": "^1.0.9",
"rpmbuild": "^0.0.23"
}
}