Refactor: Remove deps and scripts

This commit is contained in:
2025-11-09 08:03:58 -08:00
parent fcd6eccecf
commit 4499ceb7e5

View File

@@ -3,16 +3,7 @@
"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.*",
"paper": "^0.12.17"
},
"scripts": {},
"dependencies": {},
"devDependencies": {}
}