{
  "name": "icon-gen",
  "description": "Generate an icon files from the SVG or PNG files",
  "version": "2.1.0",
  "author": "akabeko (http://akabeko.me/)",
  "license": "MIT",
  "homepage": "https://github.com/akabekobeko/npm-icon-gen#readme",
  "engines": {
    "node": ">= 10"
  },
  "main": "dist/lib/index.js",
  "bin": {
    "icon-gen": "dist/bin/index.js"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "Icon",
    "Generator",
    "SVG",
    "CLI"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/akabekobeko/npm-icon-gen.git"
  },
  "bugs": {
    "url": "https://github.com/akabekobeko/npm-icon-gen/issues"
  },
  "scripts": {
    "test": "jest",
    "start": "npm run watch",
    "tsc": "tsc --noEmit",
    "build": "tsc",
    "watch": "tsc -w",
    "prepare": "npm run build"
  },
  "dependencies": {
    "commander": "^6.2.0",
    "del": "^6.0.0",
    "mkdirp": "^1.0.4",
    "pngjs": "^6.0.0",
    "svg2png": "4.1.1",
    "uuid": "^8.3.1"
  },
  "devDependencies": {
    "@types/cross-spawn": "^6.0.2",
    "@types/jest": "^26.0.16",
    "@types/mkdirp": "^1.0.1",
    "@types/node": "^14.14.10",
    "@types/pngjs": "^3.4.2",
    "@types/svg2png": "^4.1.0",
    "@types/uuid": "^8.3.0",
    "jest": "^26.6.3",
    "ts-jest": "^26.4.4",
    "typescript": "^4.1.2"
  }
}
