Kraft102's picture
Upload packages/domain-types/package.json with huggingface_hub
f3c259b verified
{
"name": "@widget-tdc/domain-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"
},
"devDependencies": {
"typescript": "~5.8.3"
}
}