{
    "name": "iconfont-mapper-cli",
    "version": "1.0.5",
    "description": "一个Iconfont图标映射文件生成工具。",
    "main": "bin/cli",
    "scripts": {
        "start": "node bin/cli",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
        "iconfont",
        "node",
        "cli",
        "react-native-vector-icons"
    ],
    "bin": {
        "iconfont-mapper": "bin/cli.js"
    },
    "author": "Cesar Lai",
    "license": "ISC",
    "dependencies": {
        "shelljs": "^0.8.3",
        "yargs": "^13.2.2"
    }
}