UNPKG

advanced-font-manager

Version:

Advanced typescript Font Loader & Manager for Web

34 lines (33 loc) 787 B
{ "name": "advanced-font-manager", "version": "0.0.3", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "home": "https://docamz.github.io/advanced-font-manager/", "repository": { "url": "https://github.com/DocAmz/advanced-font-manager" }, "scripts": { "build": "tsup", "pack": "npm run build && npm pack", "link": "npm link", "test": "" }, "keywords": [ "font", "font-manager", "font-loader", "typescript" ], "author": "", "license": "ISC", "description": "Advanced typescript Font Loader & Manager for Web", "devDependencies": { "@types/node": "^22.10.2", "@types/opentype.js": "^1.3.8", "opentype.js": "^1.3.4", "tsup": "^8.3.5", "typescript": "^5.7.2" } }