@dsai-io/tools 1.2.5 → 1.3.0

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 CHANGED
@@ -1,112 +1,112 @@
1
- {
2
- "name": "@dsai-io/tools",
3
- "version": "1.2.5",
4
- "description": "Build tooling and CLI for DSAi Design System",
5
- "type": "module",
6
- "main": "dist/index.cjs",
7
- "module": "dist/index.js",
8
- "types": "dist/index.d.ts",
9
- "bin": {
10
- "dsai": "bin/dsai-tools.mjs",
11
- "dsai-tools": "bin/dsai-tools.mjs"
12
- },
13
- "exports": {
14
- ".": {
15
- "types": "./dist/index.d.ts",
16
- "import": "./dist/index.js",
17
- "require": "./dist/index.cjs"
18
- },
19
- "./config": {
20
- "types": "./dist/config/index.d.ts",
21
- "import": "./dist/config/index.js",
22
- "require": "./dist/config/index.cjs"
23
- },
24
- "./tokens": {
25
- "types": "./dist/tokens/index.d.ts",
26
- "import": "./dist/tokens/index.js",
27
- "require": "./dist/tokens/index.cjs"
28
- },
29
- "./icons": {
30
- "types": "./dist/icons/index.d.ts",
31
- "import": "./dist/icons/index.js",
32
- "require": "./dist/icons/index.cjs"
33
- },
34
- "./cli": {
35
- "types": "./dist/cli/index.d.ts",
36
- "import": "./dist/cli/index.js",
37
- "require": "./dist/cli/index.cjs"
38
- },
39
- "./utils/circuit-breaker": {
40
- "types": "./dist/utils/circuit-breaker.d.ts",
41
- "import": "./dist/utils/circuit-breaker.js",
42
- "require": "./dist/utils/circuit-breaker.cjs"
43
- }
44
- },
45
- "files": [
46
- "dist",
47
- "bin",
48
- "templates",
49
- "README.md"
50
- ],
51
- "scripts": {
52
- "build": "tsup",
53
- "build:watch": "tsup --watch",
54
- "dev": "tsup --watch",
55
- "test": "jest",
56
- "lint": "eslint src --ext .ts",
57
- "lint:fix": "eslint src --ext .ts --fix",
58
- "typecheck": "tsc --noEmit",
59
- "generate-schema": "node scripts/generate-schema.mjs"
60
- },
61
- "keywords": [
62
- "design-tokens",
63
- "design-system",
64
- "cli",
65
- "style-dictionary",
66
- "build-tools",
67
- "dtcg",
68
- "token-pipeline",
69
- "react",
70
- "component-library",
71
- "figma",
72
- "icon-pipeline",
73
- "svg",
74
- "accessibility",
75
- "wcag",
76
- "dsai"
77
- ],
78
- "license": "MIT",
79
- "engines": {
80
- "node": ">=22.0.0"
81
- },
82
- "dependencies": {
83
- "commander": "^14.0.2",
84
- "cosmiconfig": "^9.0.0",
85
- "deepmerge": "^4.3.1",
86
- "fast-glob": "^3.3.3",
87
- "ora": "^9.0.0",
88
- "picocolors": "^1.1.1",
89
- "svgo": "^4.0.0",
90
- "zod": "^4.3.5"
91
- },
92
- "devDependencies": {
93
- "@clack/prompts": "^0.11.0",
94
- "@types/node": "^22.15.30",
95
- "@types/prompts": "^2.4.9",
96
- "style-dictionary": "^5.1.4",
97
- "tsup": "^8.5.1",
98
- "typescript": "^5.9.3",
99
- "zod-to-json-schema": "^3.25.1"
100
- },
101
- "peerDependencies": {
102
- "style-dictionary": "^5.1.4"
103
- },
104
- "peerDependenciesMeta": {
105
- "style-dictionary": {
106
- "optional": true
107
- }
108
- },
109
- "publishConfig": {
110
- "access": "public"
111
- }
112
- }
1
+ {
2
+ "name": "@dsai-io/tools",
3
+ "version": "1.3.0",
4
+ "description": "Build tooling and CLI for DSAi Design System",
5
+ "type": "module",
6
+ "main": "dist/index.cjs",
7
+ "module": "dist/index.js",
8
+ "types": "dist/index.d.ts",
9
+ "bin": {
10
+ "dsai": "bin/dsai-tools.mjs",
11
+ "dsai-tools": "bin/dsai-tools.mjs"
12
+ },
13
+ "exports": {
14
+ ".": {
15
+ "types": "./dist/index.d.ts",
16
+ "import": "./dist/index.js",
17
+ "require": "./dist/index.cjs"
18
+ },
19
+ "./config": {
20
+ "types": "./dist/config/index.d.ts",
21
+ "import": "./dist/config/index.js",
22
+ "require": "./dist/config/index.cjs"
23
+ },
24
+ "./tokens": {
25
+ "types": "./dist/tokens/index.d.ts",
26
+ "import": "./dist/tokens/index.js",
27
+ "require": "./dist/tokens/index.cjs"
28
+ },
29
+ "./icons": {
30
+ "types": "./dist/icons/index.d.ts",
31
+ "import": "./dist/icons/index.js",
32
+ "require": "./dist/icons/index.cjs"
33
+ },
34
+ "./cli": {
35
+ "types": "./dist/cli/index.d.ts",
36
+ "import": "./dist/cli/index.js",
37
+ "require": "./dist/cli/index.cjs"
38
+ },
39
+ "./utils/circuit-breaker": {
40
+ "types": "./dist/utils/circuit-breaker.d.ts",
41
+ "import": "./dist/utils/circuit-breaker.js",
42
+ "require": "./dist/utils/circuit-breaker.cjs"
43
+ }
44
+ },
45
+ "files": [
46
+ "dist",
47
+ "bin",
48
+ "templates",
49
+ "README.md"
50
+ ],
51
+ "scripts": {
52
+ "build": "tsup",
53
+ "build:watch": "tsup --watch",
54
+ "dev": "tsup --watch",
55
+ "test": "jest",
56
+ "lint": "eslint src --ext .ts",
57
+ "lint:fix": "eslint src --ext .ts --fix",
58
+ "typecheck": "tsc --noEmit",
59
+ "generate-schema": "node scripts/generate-schema.mjs"
60
+ },
61
+ "keywords": [
62
+ "design-tokens",
63
+ "design-system",
64
+ "cli",
65
+ "style-dictionary",
66
+ "build-tools",
67
+ "dtcg",
68
+ "token-pipeline",
69
+ "react",
70
+ "component-library",
71
+ "figma",
72
+ "icon-pipeline",
73
+ "svg",
74
+ "accessibility",
75
+ "wcag",
76
+ "dsai"
77
+ ],
78
+ "license": "MIT",
79
+ "engines": {
80
+ "node": ">=22.0.0"
81
+ },
82
+ "dependencies": {
83
+ "commander": "^14.0.2",
84
+ "cosmiconfig": "^9.0.0",
85
+ "deepmerge": "^4.3.1",
86
+ "fast-glob": "^3.3.3",
87
+ "ora": "^9.0.0",
88
+ "picocolors": "^1.1.1",
89
+ "svgo": "^4.0.0",
90
+ "zod": "^4.3.5"
91
+ },
92
+ "devDependencies": {
93
+ "@clack/prompts": "^0.11.0",
94
+ "@types/node": "^22.15.30",
95
+ "@types/prompts": "^2.4.9",
96
+ "style-dictionary": "^5.1.4",
97
+ "tsup": "^8.5.1",
98
+ "typescript": "^5.9.3",
99
+ "zod-to-json-schema": "^3.25.1"
100
+ },
101
+ "peerDependencies": {
102
+ "style-dictionary": "^5.1.4"
103
+ },
104
+ "peerDependenciesMeta": {
105
+ "style-dictionary": {
106
+ "optional": true
107
+ }
108
+ },
109
+ "publishConfig": {
110
+ "access": "public"
111
+ }
112
+ }