Kraft102 commited on
Commit
f3c259b
·
verified ·
1 Parent(s): b69544b

Upload packages/domain-types/package.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. packages/domain-types/package.json +19 -19
packages/domain-types/package.json CHANGED
@@ -1,19 +1,19 @@
1
- {
2
- "name": "@widget-tdc/domain-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
- "devDependencies": {
17
- "typescript": "~5.8.3"
18
- }
19
- }
 
1
+ {
2
+ "name": "@widget-tdc/domain-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
+ "devDependencies": {
17
+ "typescript": "~5.8.3"
18
+ }
19
+ }