Spaces:
Paused
Paused
| { | |
| "name": "@widget-tdc/mcp-types", | |
| "version": "1.0.0", | |
| "main": "dist/index.js", | |
| "types": "dist/index.d.ts", | |
| "exports": { | |
| ".": { | |
| "types": "./dist/index.d.ts", | |
| "default": "./dist/index.js" | |
| } | |
| }, | |
| "scripts": { | |
| "build": "tsc", | |
| "dev": "tsc --watch" | |
| }, | |
| "dependencies": { | |
| "@widget-tdc/domain-types": "*" | |
| }, | |
| "devDependencies": { | |
| "typescript": "~5.8.3" | |
| } | |
| } | |