@causw/core 0.0.0 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +11 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@causw/core",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "Core utilities and logging for CAUSW Design System",
|
|
3
|
+
"version": "0.0.2",
|
|
4
|
+
"description": "Core utilities and logging for CAUSW Design System - CAU Software Community Service",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -17,16 +17,20 @@
|
|
|
17
17
|
],
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"tsup": "^8.0.0",
|
|
20
|
-
"typescript": "^5.3.0"
|
|
21
|
-
|
|
20
|
+
"typescript": "^5.3.0"
|
|
21
|
+
},
|
|
22
|
+
"repository": {
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "https://github.com/CAUCSE/CAUSW-frontend-design-system",
|
|
25
|
+
"directory": "packages/core"
|
|
22
26
|
},
|
|
23
27
|
"publishConfig": {
|
|
24
|
-
"access": "public"
|
|
28
|
+
"access": "public",
|
|
29
|
+
"provenance": true
|
|
25
30
|
},
|
|
26
31
|
"scripts": {
|
|
27
32
|
"build": "tsup src/index.ts --format cjs,esm --dts",
|
|
28
33
|
"dev": "tsup src/index.ts --format cjs,esm --dts --watch",
|
|
29
|
-
"lint": "eslint src
|
|
30
|
-
"test": "vitest"
|
|
34
|
+
"lint": "eslint src"
|
|
31
35
|
}
|
|
32
36
|
}
|