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