-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 971 Bytes
/
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
{
"name": "dmlct",
"version": "1.0.0",
"description": "A project with the goal to safely and securely incentivise an ad-hoc network by connecting paying clients with compute jobs with paid compute nodes.",
"main": "index.js",
"type": "module",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "node ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhd5076/CamelidCoin.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dhd5076/DMLCT/issues"
},
"homepage": "https://www.camelidcoin.org/",
"dependencies": {
"@llama-node/cli": "^0.1.5",
"@llama-node/core": "^0.0.33",
"@llama-node/llama-cpp": "file:../llama-node/packages/llama-cpp",
"@llama-node/rwkv-cpp": "^0.1.5",
"base58check": "^2.0.0",
"bs58check": "^3.0.1",
"level": "^8.0.0",
"llama-node": "file:../llama-node",
"llm": "^0.0.1",
"winston": "^3.8.2"
}
}