mirror of
https://github.com/multipleof4/stain.otf.git
synced 2026-01-13 16:17:55 +00:00
19 lines
429 B
JSON
19 lines
429 B
JSON
{
|
|
"name": "stainfont",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build:font": "node scripts/build-font.js",
|
|
"build": "npm run build:font",
|
|
"lint": "node scripts/lint.js || exit 0",
|
|
"test": "node scripts/validate-font.js || exit 0",
|
|
"postinstall": "mkdir -p dist"
|
|
},
|
|
"dependencies": {
|
|
"opentype.js": "^1.3.4",
|
|
"paper": "^0.12.17"
|
|
},
|
|
"devDependencies": {}
|
|
}
|