Spaces:
Paused
Paused
Upload packages/mcp-types/package.json with huggingface_hub
Browse files- packages/mcp-types/package.json +22 -22
packages/mcp-types/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "@widget-tdc/mcp-types",
|
| 3 |
-
"version": "1.0.0",
|
| 4 |
-
"main": "dist/index.js",
|
| 5 |
-
"types": "dist/index.d.ts",
|
| 6 |
-
"exports": {
|
| 7 |
-
".": {
|
| 8 |
-
"types": "./dist/index.d.ts",
|
| 9 |
-
"default": "./dist/index.js"
|
| 10 |
-
}
|
| 11 |
-
},
|
| 12 |
-
"scripts": {
|
| 13 |
-
"build": "tsc",
|
| 14 |
-
"dev": "tsc --watch"
|
| 15 |
-
},
|
| 16 |
-
"dependencies": {
|
| 17 |
-
"@widget-tdc/domain-types": "*"
|
| 18 |
-
},
|
| 19 |
-
"devDependencies": {
|
| 20 |
-
"typescript": "~5.8.3"
|
| 21 |
-
}
|
| 22 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "@widget-tdc/mcp-types",
|
| 3 |
+
"version": "1.0.0",
|
| 4 |
+
"main": "dist/index.js",
|
| 5 |
+
"types": "dist/index.d.ts",
|
| 6 |
+
"exports": {
|
| 7 |
+
".": {
|
| 8 |
+
"types": "./dist/index.d.ts",
|
| 9 |
+
"default": "./dist/index.js"
|
| 10 |
+
}
|
| 11 |
+
},
|
| 12 |
+
"scripts": {
|
| 13 |
+
"build": "tsc",
|
| 14 |
+
"dev": "tsc --watch"
|
| 15 |
+
},
|
| 16 |
+
"dependencies": {
|
| 17 |
+
"@widget-tdc/domain-types": "*"
|
| 18 |
+
},
|
| 19 |
+
"devDependencies": {
|
| 20 |
+
"typescript": "~5.8.3"
|
| 21 |
+
}
|
| 22 |
+
}
|