@unicode-utils/metadata 0.12.0-beta.15
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/LICENSE +21 -0
- package/dist/index.d.ts +47 -0
- package/dist/index.js +319 -0
- package/package.json +60 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025-PRESENT Lucas Nørgård
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
//#region src/data/unicode-version-metadata.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* This file is auto-generated by scripts/generate-constants.ts
|
|
4
|
+
* Do not edit it manually.
|
|
5
|
+
* To regenerate, run the script with:
|
|
6
|
+
* pnpm --filter @unicode-utils/metadata generate:constants
|
|
7
|
+
*/
|
|
8
|
+
declare const UNICODE_VERSION_METADATA: UnicodeVersionMetadata[];
|
|
9
|
+
interface UnicodeVersionMetadata {
|
|
10
|
+
/**
|
|
11
|
+
* The Unicode version number.
|
|
12
|
+
* For example, "17.0.0".
|
|
13
|
+
*/
|
|
14
|
+
version: string;
|
|
15
|
+
/**
|
|
16
|
+
* The URL to the official Unicode documentation for this version.
|
|
17
|
+
*/
|
|
18
|
+
documentationUrl: string;
|
|
19
|
+
/**
|
|
20
|
+
* The release date of this version.
|
|
21
|
+
*/
|
|
22
|
+
date: string;
|
|
23
|
+
/**
|
|
24
|
+
* The URL to the official Unicode data files for this version.
|
|
25
|
+
*/
|
|
26
|
+
url: string;
|
|
27
|
+
/**
|
|
28
|
+
* The mapped UCD version for this Unicode version, if any.
|
|
29
|
+
*/
|
|
30
|
+
mappedUcdVersion: string | null;
|
|
31
|
+
/**
|
|
32
|
+
* The stability type of this version.
|
|
33
|
+
*/
|
|
34
|
+
type: "stable" | "draft";
|
|
35
|
+
}
|
|
36
|
+
//#endregion
|
|
37
|
+
//#region src/index.d.ts
|
|
38
|
+
/**
|
|
39
|
+
* The current draft version of the Unicode standard
|
|
40
|
+
*/
|
|
41
|
+
declare const UNICODE_DRAFT_VERSION: "";
|
|
42
|
+
/**
|
|
43
|
+
* The latest stable version of the Unicode standard
|
|
44
|
+
*/
|
|
45
|
+
declare const UNICODE_STABLE_VERSION: "17.0.0";
|
|
46
|
+
//#endregion
|
|
47
|
+
export { UNICODE_DRAFT_VERSION, UNICODE_STABLE_VERSION, UNICODE_VERSION_METADATA, type UnicodeVersionMetadata };
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,319 @@
|
|
|
1
|
+
//#region src/data/unicode-version-metadata.ts
|
|
2
|
+
/**
|
|
3
|
+
* This file is auto-generated by scripts/generate-constants.ts
|
|
4
|
+
* Do not edit it manually.
|
|
5
|
+
* To regenerate, run the script with:
|
|
6
|
+
* pnpm --filter @unicode-utils/metadata generate:constants
|
|
7
|
+
*/
|
|
8
|
+
const UNICODE_VERSION_METADATA = [
|
|
9
|
+
{
|
|
10
|
+
version: "17.0.0",
|
|
11
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode17.0.0/",
|
|
12
|
+
date: "2025",
|
|
13
|
+
url: "https://www.unicode.org/Public/17.0.0",
|
|
14
|
+
mappedUcdVersion: null,
|
|
15
|
+
type: "stable"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
version: "16.0.0",
|
|
19
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode16.0.0/",
|
|
20
|
+
date: "2024",
|
|
21
|
+
url: "https://www.unicode.org/Public/16.0.0",
|
|
22
|
+
mappedUcdVersion: null,
|
|
23
|
+
type: "stable"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
version: "15.1.0",
|
|
27
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode15.1.0/",
|
|
28
|
+
date: "2023",
|
|
29
|
+
url: "https://www.unicode.org/Public/15.1.0",
|
|
30
|
+
mappedUcdVersion: null,
|
|
31
|
+
type: "stable"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
version: "15.0.0",
|
|
35
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode15.0.0/",
|
|
36
|
+
date: "2022",
|
|
37
|
+
url: "https://www.unicode.org/Public/15.0.0",
|
|
38
|
+
mappedUcdVersion: null,
|
|
39
|
+
type: "stable"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
version: "14.0.0",
|
|
43
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode14.0.0/",
|
|
44
|
+
date: "2021",
|
|
45
|
+
url: "https://www.unicode.org/Public/14.0.0",
|
|
46
|
+
mappedUcdVersion: null,
|
|
47
|
+
type: "stable"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
version: "13.0.0",
|
|
51
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode13.0.0/",
|
|
52
|
+
date: "2020",
|
|
53
|
+
url: "https://www.unicode.org/Public/13.0.0",
|
|
54
|
+
mappedUcdVersion: null,
|
|
55
|
+
type: "stable"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
version: "12.1.0",
|
|
59
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode12.1.0/",
|
|
60
|
+
date: "2019",
|
|
61
|
+
url: "https://www.unicode.org/Public/12.1.0",
|
|
62
|
+
mappedUcdVersion: null,
|
|
63
|
+
type: "stable"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
version: "12.0.0",
|
|
67
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode12.0.0/",
|
|
68
|
+
date: "2019",
|
|
69
|
+
url: "https://www.unicode.org/Public/12.0.0",
|
|
70
|
+
mappedUcdVersion: null,
|
|
71
|
+
type: "stable"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
version: "11.0.0",
|
|
75
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode11.0.0/",
|
|
76
|
+
date: "2018",
|
|
77
|
+
url: "https://www.unicode.org/Public/11.0.0",
|
|
78
|
+
mappedUcdVersion: null,
|
|
79
|
+
type: "stable"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
version: "10.0.0",
|
|
83
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode10.0.0/",
|
|
84
|
+
date: "2017",
|
|
85
|
+
url: "https://www.unicode.org/Public/10.0.0",
|
|
86
|
+
mappedUcdVersion: null,
|
|
87
|
+
type: "stable"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
version: "9.0.0",
|
|
91
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode9.0.0/",
|
|
92
|
+
date: "2016",
|
|
93
|
+
url: "https://www.unicode.org/Public/9.0.0",
|
|
94
|
+
mappedUcdVersion: null,
|
|
95
|
+
type: "stable"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
version: "8.0.0",
|
|
99
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode8.0.0/",
|
|
100
|
+
date: "2015",
|
|
101
|
+
url: "https://www.unicode.org/Public/8.0.0",
|
|
102
|
+
mappedUcdVersion: null,
|
|
103
|
+
type: "stable"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
version: "7.0.0",
|
|
107
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode7.0.0/",
|
|
108
|
+
date: "2014",
|
|
109
|
+
url: "https://www.unicode.org/Public/7.0.0",
|
|
110
|
+
mappedUcdVersion: null,
|
|
111
|
+
type: "stable"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
version: "6.3.0",
|
|
115
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode6.3.0/",
|
|
116
|
+
date: "2013",
|
|
117
|
+
url: "https://www.unicode.org/Public/6.3.0",
|
|
118
|
+
mappedUcdVersion: null,
|
|
119
|
+
type: "stable"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
version: "6.2.0",
|
|
123
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode6.2.0/",
|
|
124
|
+
date: "2012",
|
|
125
|
+
url: "https://www.unicode.org/Public/6.2.0",
|
|
126
|
+
mappedUcdVersion: null,
|
|
127
|
+
type: "stable"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
version: "6.1.0",
|
|
131
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode6.1.0/",
|
|
132
|
+
date: "2012",
|
|
133
|
+
url: "https://www.unicode.org/Public/6.1.0",
|
|
134
|
+
mappedUcdVersion: null,
|
|
135
|
+
type: "stable"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
version: "6.0.0",
|
|
139
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode6.0.0/",
|
|
140
|
+
date: "2010",
|
|
141
|
+
url: "https://www.unicode.org/Public/6.0.0",
|
|
142
|
+
mappedUcdVersion: null,
|
|
143
|
+
type: "stable"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
version: "5.2.0",
|
|
147
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode5.2.0/",
|
|
148
|
+
date: "2009",
|
|
149
|
+
url: "https://www.unicode.org/Public/5.2.0",
|
|
150
|
+
mappedUcdVersion: null,
|
|
151
|
+
type: "stable"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
version: "5.1.0",
|
|
155
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode5.1.0/",
|
|
156
|
+
date: "2008",
|
|
157
|
+
url: "https://www.unicode.org/Public/5.1.0",
|
|
158
|
+
mappedUcdVersion: null,
|
|
159
|
+
type: "stable"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
version: "5.0.0",
|
|
163
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode5.0.0/",
|
|
164
|
+
date: "2006",
|
|
165
|
+
url: "https://www.unicode.org/Public/5.0.0",
|
|
166
|
+
mappedUcdVersion: null,
|
|
167
|
+
type: "stable"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
version: "4.1.0",
|
|
171
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode4.1.0/",
|
|
172
|
+
date: "2005",
|
|
173
|
+
url: "https://www.unicode.org/Public/4.1.0",
|
|
174
|
+
mappedUcdVersion: null,
|
|
175
|
+
type: "stable"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
version: "4.0.1",
|
|
179
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode4.0.1/",
|
|
180
|
+
date: "2004",
|
|
181
|
+
url: "https://www.unicode.org/Public/4.0-Update1",
|
|
182
|
+
mappedUcdVersion: "4.0-Update1",
|
|
183
|
+
type: "stable"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
version: "4.0.0",
|
|
187
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode4.0.0/",
|
|
188
|
+
date: "2003",
|
|
189
|
+
url: "https://www.unicode.org/Public/4.0-Update",
|
|
190
|
+
mappedUcdVersion: "4.0-Update",
|
|
191
|
+
type: "stable"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
version: "3.2.0",
|
|
195
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode3.2.0/",
|
|
196
|
+
date: "2002",
|
|
197
|
+
url: "https://www.unicode.org/Public/3.2-Update",
|
|
198
|
+
mappedUcdVersion: "3.2-Update",
|
|
199
|
+
type: "stable"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
version: "3.1.1",
|
|
203
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode3.1.1/",
|
|
204
|
+
date: "2001",
|
|
205
|
+
url: "https://www.unicode.org/Public/3.1-Update1",
|
|
206
|
+
mappedUcdVersion: "3.1-Update1",
|
|
207
|
+
type: "stable"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
version: "3.1.0",
|
|
211
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode3.1.0/",
|
|
212
|
+
date: "2001",
|
|
213
|
+
url: "https://www.unicode.org/Public/3.1-Update",
|
|
214
|
+
mappedUcdVersion: "3.1-Update",
|
|
215
|
+
type: "stable"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
version: "3.0.1",
|
|
219
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode3.0.1/",
|
|
220
|
+
date: "2000",
|
|
221
|
+
url: "https://www.unicode.org/Public/3.0-Update1",
|
|
222
|
+
mappedUcdVersion: "3.0-Update1",
|
|
223
|
+
type: "stable"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
version: "3.0.0",
|
|
227
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode3.0.0/",
|
|
228
|
+
date: "1999",
|
|
229
|
+
url: "https://www.unicode.org/Public/3.0-Update",
|
|
230
|
+
mappedUcdVersion: "3.0-Update",
|
|
231
|
+
type: "stable"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
version: "2.1.9",
|
|
235
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode2.1.0/",
|
|
236
|
+
date: "1999",
|
|
237
|
+
url: "https://www.unicode.org/Public/2.1-Update4",
|
|
238
|
+
mappedUcdVersion: "2.1-Update4",
|
|
239
|
+
type: "stable"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
version: "2.1.8",
|
|
243
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode2.1.0/",
|
|
244
|
+
date: "1998",
|
|
245
|
+
url: "https://www.unicode.org/Public/2.1-Update3",
|
|
246
|
+
mappedUcdVersion: "2.1-Update3",
|
|
247
|
+
type: "stable"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
version: "2.1.5",
|
|
251
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode2.1.0/",
|
|
252
|
+
date: "1998",
|
|
253
|
+
url: "https://www.unicode.org/Public/2.1-Update2",
|
|
254
|
+
mappedUcdVersion: "2.1-Update2",
|
|
255
|
+
type: "stable"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
version: "2.1.2",
|
|
259
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode2.1.0/",
|
|
260
|
+
date: "1998",
|
|
261
|
+
url: "https://www.unicode.org/Public/2.1-Update",
|
|
262
|
+
mappedUcdVersion: "2.1-Update",
|
|
263
|
+
type: "stable"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
version: "2.0.0",
|
|
267
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode2.0.0/",
|
|
268
|
+
date: "1996",
|
|
269
|
+
url: "https://www.unicode.org/Public/2.0-Update",
|
|
270
|
+
mappedUcdVersion: "2.0-Update",
|
|
271
|
+
type: "stable"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
version: "1.1.5",
|
|
275
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode1.1.0/",
|
|
276
|
+
date: "1995",
|
|
277
|
+
url: "https://www.unicode.org/Public/1.1-Update",
|
|
278
|
+
mappedUcdVersion: "1.1-Update",
|
|
279
|
+
type: "stable"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
version: "1.1.0",
|
|
283
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode1.1.0/",
|
|
284
|
+
date: "1993",
|
|
285
|
+
url: "https://www.unicode.org/Public/1.1-Update",
|
|
286
|
+
mappedUcdVersion: "1.1-Update",
|
|
287
|
+
type: "stable"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
version: "1.0.1",
|
|
291
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode1.0.0/",
|
|
292
|
+
date: "1992",
|
|
293
|
+
url: "https://www.unicode.org/Public/1.1-Update",
|
|
294
|
+
mappedUcdVersion: "1.1-Update",
|
|
295
|
+
type: "stable"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
version: "1.0.0",
|
|
299
|
+
documentationUrl: "https://www.unicode.org/versions/Unicode1.0.0/",
|
|
300
|
+
date: "1991",
|
|
301
|
+
url: "https://www.unicode.org/Public/1.1-Update",
|
|
302
|
+
mappedUcdVersion: "1.1-Update",
|
|
303
|
+
type: "stable"
|
|
304
|
+
}
|
|
305
|
+
];
|
|
306
|
+
|
|
307
|
+
//#endregion
|
|
308
|
+
//#region src/index.ts
|
|
309
|
+
/**
|
|
310
|
+
* The current draft version of the Unicode standard
|
|
311
|
+
*/
|
|
312
|
+
const UNICODE_DRAFT_VERSION = "";
|
|
313
|
+
/**
|
|
314
|
+
* The latest stable version of the Unicode standard
|
|
315
|
+
*/
|
|
316
|
+
const UNICODE_STABLE_VERSION = "17.0.0";
|
|
317
|
+
|
|
318
|
+
//#endregion
|
|
319
|
+
export { UNICODE_DRAFT_VERSION, UNICODE_STABLE_VERSION, UNICODE_VERSION_METADATA };
|
package/package.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@unicode-utils/metadata",
|
|
3
|
+
"version": "0.12.0-beta.15",
|
|
4
|
+
"description": "Unicode version metadata and constants",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"author": {
|
|
7
|
+
"name": "Lucas Nørgård",
|
|
8
|
+
"email": "lucasnrgaard@gmail.com",
|
|
9
|
+
"url": "https://luxass.dev"
|
|
10
|
+
},
|
|
11
|
+
"license": "MIT",
|
|
12
|
+
"homepage": "https://github.com/luxass/unicode-utils#readme",
|
|
13
|
+
"repository": {
|
|
14
|
+
"type": "git",
|
|
15
|
+
"url": "git+https://github.com/luxass/unicode-utils.git",
|
|
16
|
+
"directory": "packages/metadata"
|
|
17
|
+
},
|
|
18
|
+
"bugs": "https://github.com/luxass/unicode-utils/issues",
|
|
19
|
+
"keywords": [
|
|
20
|
+
"unicode",
|
|
21
|
+
"metadata",
|
|
22
|
+
"version"
|
|
23
|
+
],
|
|
24
|
+
"exports": {
|
|
25
|
+
".": "./dist/index.js",
|
|
26
|
+
"./package.json": "./package.json"
|
|
27
|
+
},
|
|
28
|
+
"main": "./dist/index.js",
|
|
29
|
+
"module": "./dist/index.js",
|
|
30
|
+
"types": "./dist/index.d.ts",
|
|
31
|
+
"publishConfig": {
|
|
32
|
+
"access": "public"
|
|
33
|
+
},
|
|
34
|
+
"files": [
|
|
35
|
+
"dist"
|
|
36
|
+
],
|
|
37
|
+
"dependencies": {
|
|
38
|
+
"@luxass/utils": "2.7.2"
|
|
39
|
+
},
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"@luxass/eslint-config": "6.0.1",
|
|
42
|
+
"@types/node": "24.9.1",
|
|
43
|
+
"eslint": "9.38.0",
|
|
44
|
+
"eslint-plugin-format": "1.0.2",
|
|
45
|
+
"publint": "0.3.15",
|
|
46
|
+
"tsdown": "0.15.11",
|
|
47
|
+
"tsx": "4.20.6",
|
|
48
|
+
"typescript": "5.9.3",
|
|
49
|
+
"@unicode-utils-tooling/tsconfig": "1.0.0",
|
|
50
|
+
"@unicode-utils-tooling/tsdown-config": "1.0.0"
|
|
51
|
+
},
|
|
52
|
+
"scripts": {
|
|
53
|
+
"build": "tsdown --tsconfig=./tsconfig.build.json",
|
|
54
|
+
"dev": "tsdown --watch",
|
|
55
|
+
"test": "vitest --run",
|
|
56
|
+
"typecheck": "tsc --noEmit",
|
|
57
|
+
"lint": "eslint .",
|
|
58
|
+
"generate:constants": "tsx scripts/generate-constants.ts"
|
|
59
|
+
}
|
|
60
|
+
}
|