You've already forked dynamic-badges-action
17 lines
381 B
JSON
17 lines
381 B
JSON
|
|
{
|
||
|
|
"name": "char-width-table-consumer",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"repository": "metabolize/anafanafo",
|
||
|
|
"description": "Measure text using a character width table",
|
||
|
|
"main": "src",
|
||
|
|
"scripts": {
|
||
|
|
"test": "jest"
|
||
|
|
},
|
||
|
|
"author": "Metabolize",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"binary-search": "^1.3.5"
|
||
|
|
},
|
||
|
|
"gitHead": "4bd230d372ffe93cd9bf7f036b83be6ef5dab75e"
|
||
|
|
}
|