export-kerning
Version:
Export kernings of a Opentype font
36 lines (35 loc) • 783 B
JSON
{
"name": "export-kerning",
"version": "0.0.2",
"description": "Export kernings of a Opentype font",
"main": "index.js",
"bin": {
"export-kerning": "./index.js"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vicocotea/export-kerning.git"
},
"author": "vicocotea",
"license": "ISC",
"bugs": {
"url": "https://github.com/vicocotea/export-kerning/issues"
},
"homepage": "https://github.com/vicocotea/export-kerning#readme",
"dependencies": {
"commander": "^11.1.0",
"opentype.js": "^1.3.4"
},
"keywords": [
"font",
"opentype",
"kerning",
"typography",
"cli"
]
}