{
  "name": "nuxt-charts-cli",
  "version": "1.0.1",
  "description": "Awesome CLI tool for downloading Nuxt Charts components",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "nuxt-charts": "./dist/index.js",
    "nuxt-charts-cli": "./dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "publish": "npm publish",
    "test": "echo \"Tests coming soon\" && exit 0"
  },
  "keywords": [
    "nuxt",
    "charts",
    "cli",
    "components",
    "vue"
  ],
  "author": "Dennis Adriaansen",
  "license": "MIT",
  "homepage": "https://nuxtcharts.com",
  "dependencies": {
    "adm-zip": "^0.5.10",
    "chalk": "^5.3.0",
    "commander": "^11.1.0",
    "pluralize": "^8.0.0"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.5.5",
    "@types/inquirer": "^9.0.7",
    "@types/node": "^20.10.0",
    "@types/pluralize": "^0.0.33",
    "tsx": "^4.20.3",
    "typescript": "^5.3.3"
  },
  "packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2"
}
