ohos-iconfont
Version:
create iconfont for harmonyOS
31 lines (30 loc) • 606 B
JSON
{
"name": "ohos-iconfont",
"version": "0.0.7-alpha",
"description": "create iconfont for harmonyOS",
"keywords": [
"iconfont",
"arkts",
"ohos",
"harmonyOS"
],
"main": "index.js",
"bin": {
"OIconfont": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"node-fetch": "^2.7.0",
"progress-stream": "^2.0.0",
"single-line-log": "^1.1.2",
"xml2js": "^0.6.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}