-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 705 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "togscc",
"version": "1.3.1",
"description": "通用规范汉字表 (Table of General Standard Chinese Characters)",
"main": "dist/togscc.js",
"scripts": {
"start": "node scripts/start.mjs",
"watch": "jest --watch",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaywcjlove/table-of-general-standard-chinese-characters.git"
},
"keywords": [
"chinese-characters",
"Chinese",
"togscc",
"characters",
"汉字",
"中文",
"通用规范汉字表"
],
"author": "jaywcjlove",
"license": "MIT",
"files": [
"data",
"dist"
],
"devDependencies": {
"jest": "^28.1.0"
}
}