-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 906 Bytes
/
package.json
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
{
"name": "harmonyos-sans-sc-webfont-splitted",
"version": "1.0.1",
"description": "HarmonyOS Sans SC Webfont Splitted.",
"files": [
"dist/",
"main.js"
],
"main": "dist/index.css",
"style": "dist/index.css",
"exports": {
"default": "./dist/index.css"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SunsetMkt/HarmonyOS_Sans_SC_Webfont_Splitted.git"
},
"author": "SunsetMkt",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/SunsetMkt/HarmonyOS_Sans_SC_Webfont_Splitted/issues"
},
"homepage": "https://github.com/SunsetMkt/HarmonyOS_Sans_SC_Webfont_Splitted#readme",
"dependencies": {
"cn-font-split": "6"
},
"type": "module"
}