mirror of
https://github.com/multipleof4/stain.otf.git
synced 2026-01-13 16:17:55 +00:00
14 lines
227 B
JSON
14 lines
227 B
JSON
{
|
|
"name": "stainfont",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node scripts/build-font.js"
|
|
},
|
|
"dependencies": {
|
|
"opentype.js": "^1.3.4"
|
|
},
|
|
"devDependencies": {}
|
|
}
|