export-kerning
Version:
Exports the kerning of an OpenType font
35 lines • 786 B
JSON
{
"name": "export-kerning",
"version": "0.1.0",
"description": "Exports the kerning of an OpenType font",
"main": "core.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"
]
}