forked from xRyul/pi-nvidia-nim
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 908 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 908 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
{
"name": "pi-nvidia-nim",
"version": "1.1.16",
"description": "NVIDIA NIM API provider extension for pi coding agent — access 100+ models from build.nvidia.com",
"type": "module",
"files": [
"index.ts",
"README.md"
],
"keywords": [
"pi-package"
],
"pi": {
"extensions": [
"./index.ts"
],
"video": "https://raw.githubusercontent.com/xRyul/pi-nvidia-nim/main/video_demo_psnr.mp4"
},
"scripts": {
"clean": "echo 'nothing to clean'",
"build": "echo 'nothing to build'",
"check": "tsc --noEmit"
},
"devDependencies": {
"@mariozechner/pi-ai": "^0.52.9",
"@mariozechner/pi-coding-agent": "^0.52.9",
"@types/node": "^22.0.0",
"typescript": "^5.9.3"
},
"repository": {
"type": "git",
"url": "https://github.com/xRyul/pi-nvidia-nim.git"
},
"homepage": "https://github.com/xRyul/pi-nvidia-nim",
"license": "MIT"
}