-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 782 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 782 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
{
"name": "nemo-agent-toolkit",
"version": "1.0.0",
"description": "<!-- SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: Apache-2.0",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples",
"test": "tests"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Juchonghao/Intelligent_distributor.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Juchonghao/Intelligent_distributor/issues"
},
"homepage": "https://github.com/Juchonghao/Intelligent_distributor#readme",
"devDependencies": {
"@playwright/test": "^1.55.0",
"@types/node": "^24.3.0"
}
}