openharmony-iconfont-cli
Version:
在openharmony框架中使用iconfont图标,不支持多色彩,依赖字体。
52 lines (51 loc) • 1.4 kB
JSON
{
"name": "openharmony-iconfont-cli",
"description": "在openharmony框架中使用iconfont图标,不支持多色彩,依赖字体。",
"version": "0.3.13",
"main": "index.js",
"keywords": [
"openharmony",
"iconfont",
"iconfont-cli"
],
"scripts": {
"release": "sh scripts/update-snapshot.sh && sh publish.sh && npm publish ./build/ --access=public"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": "https://gitee.com/vant-openharmony/iconfont-cli.git",
"author": "sengmitnick <sengmitnick@163.com>",
"license": "MIT",
"bin": {
"iconfont": "./commands/help.js",
"iconfont-init": "./commands/createJson.js",
"iconfont-oh": "./commands/createOpenharmonyIcon.js"
},
"dependencies": {
"colors": "^1.3.3",
"cssjson": "^2.1.3",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"mkdirp": "^0.5.1",
"rimraf": "^3.0.2",
"tslib": "^1.10.0",
"umi-request": "^1.3.9",
"xml2js": "^0.4.19"
},
"devDependencies": {
"@types/fs-extra": "^8.0.0",
"@types/glob": "^7.1.1",
"@types/minimist": "^1.2.0",
"@types/mkdirp": "^0.5.2",
"@types/node": "^12.7.2",
"@types/rimraf": "^3.0.2",
"@types/xml2js": "^0.4.4",
"np": "^6.2.0",
"ts-node": "^8.9.0",
"typescript": "^3.8.3"
}
}