{
  "name": "create-iconfont-component",
  "version": "0.0.11",
  "description": "create-iconfont-component",
  "bin": {
    "create-iconfont-component": "bin/index.js"
  },
  "files": [
    "bin",
    "lib",
    "template",
    "package.json",
    "*.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mu-kang/create-iconfont-component.git"
  },
  "keywords": [
    "iconfont",
    "iconfont-component",
    "create-iconfont"
  ],
  "author": "mu-kang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mu-kang/create-iconfont-component/issues"
  },
  "homepage": "https://github.com/mu-kang/create-iconfont-component#readme",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "dev": "tsc --build --watch",
    "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
    "build": "npm run clean && tsc --build"
  },
  "peerDependencies": {
    "fs-extra": "^10.1.0"
  },
  "dependencies": {
    "ajv": "^8.17.1",
    "axios": "^1.7.9",
    "chalk": "^4.1.2",
    "commander": "^9.5.0",
    "ejs": "^3.1.10",
    "inquirer": "^12.2.0",
    "signale": "1.4.0"
  },
  "devDependencies": {
    "@types/ejs": "^3.1.5",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^22.10.2",
    "@types/signale": "^1.4.7",
    "rimraf": "^6.0.1"
  }
}
