1 Star 0 Fork 3

wiszsw/SVG2Iconfont

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 708 Bytes
一键复制 编辑 原始数据 按行查看 历史
WingsJ 提交于 2021-02-08 21:41 . publish
{
"name": "@wings-j/svg2iconfont",
"version": "1.1.4",
"description": "SVG转Iconfont工具",
"main": "./dist/index.js",
"scripts": {
"dev": "tsc --watch",
"build": "tsc",
"publish": "npm publish --access public"
},
"bin": {
"svg2iconfont": "./bin/www"
},
"author": "WingsJ",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@types/lodash": "^4.14.158",
"@types/node": "^14.0.23",
"typescript": "^3.9.6"
},
"dependencies": {
"lodash": "^4.17.19",
"svg2ttf": "^5.0.0",
"svgicons2svgfont": "^9.1.1",
"ttf2eot": "^2.0.0",
"ttf2woff": "^2.0.2",
"ttf2woff2": "^3.0.0",
"ttf2woff2-no-gyp": "^2.0.5",
"yargs": "^15.4.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wiszsw/SVG2Iconfont.git
[email protected]:wiszsw/SVG2Iconfont.git
wiszsw
SVG2Iconfont
SVG2Iconfont
master

搜索帮助