forked from yasusho/linmarn_font_project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 KB
/
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
33
34
35
36
37
38
39
40
41
42
{
"name": "linmarn_font_project",
"version": "0.1.0",
"description": "燐字のフォントをついに整備する",
"dependencies": {
"canvas": "2.11.0",
"fantasticon": "^2.0.0",
"fs-extra": "11.1.0",
"jsdom": "21.1.0",
"md5": "^2.3.0",
"oslllo-svg-fixer": "^4.0.1",
"svg-path-parser": "1.1.0",
"typescript": "^5.2.2"
},
"overrides": {
"fantasticon": {
"glob": "7.2.0"
}
},
"devDependencies": {
"@types/fs-extra": "11.0.1",
"@types/md5": "^2.3.5",
"@types/node": "18.11.18",
"@types/svg-path-parser": "1.1.3",
"@types/svg2ttf": "5.0.1",
"@types/svgicons2svgfont": "10.0.1",
"@types/ttf2woff": "2.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sozysozbot/geometric_linzklar.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sozysozbot/geometric_linzklar/issues"
},
"homepage": "https://github.com/sozysozbot/geometric_linzklar#readme"
}