{ "name": "@bytedo/font-generator", "type": "module", "version": "0.3.1", "description": "字体生成器, 可将单个或多个svg合成字体文件", "repository": { "type": "git", "url": "git+https://git.wkit.fun/bytedo/font-generator.git" }, "main": "dist/index.js", "files": [ "dist/*" ], "scripts": { "build": "esbuild src/index.js --minify --bundle --format=esm --target=esnext --outfile=dist/index.js" }, "dependencies": { "svg2ttf": "^6.0.3", "ttf2svg": "^1.2.0", "ttf2woff2": "^5.0.0" } }