-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 999 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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@web-alchemy/fonttools",
"version": "1.3.1",
"main": "main.js",
"bin": {
"fonttools": "./bin/fonttools",
"pyftsubset": "./bin/pyftsubset",
"pyftmerge": "./bin/pyftmerge",
"ttx": "./bin/ttx"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "echo \"No test specified\" && exit 0",
"postinstall": "node hooks/post-install.js"
},
"dependencies": {
"pyodide": "^0.26.4"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/web-alchemy/fonttools.git"
},
"keywords": [
"fonttools",
"fonts",
"subset",
"pyodide",
"optimization",
"woff2"
],
"bugs": {
"url": "https://github.com/web-alchemy/fonttools/issues"
},
"homepage": "https://github.com/web-alchemy/fonttools"
}