-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 833 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 833 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
40
41
42
43
{
"name": "computegpu",
"version": "1.0.0",
"description": "Rent cloud GPUs from your terminal. Deploy in 30 seconds.",
"bin": {
"computegpu": "bin/cli.js"
},
"files": [
"bin/",
"dist/"
],
"scripts": {
"build": "node scripts/build.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"gpu",
"cloud",
"compute",
"ai",
"ml",
"ollama",
"inference",
"cli",
"agent"
],
"author": "Joe Wee <joe@tyga.cloud>",
"license": "SEE LICENSE",
"homepage": "https://computegpu.com",
"repository": {
"type": "git",
"url": "https://github.com/jyswee/computegpu-cli"
},
"bugs": {
"url": "https://github.com/jyswee/computegpu-cli/issues"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"javascript-obfuscator": "^5.4.3"
}
}