{
  "name": "appiconkit",
  "version": "2.1.0",
  "description": "An app icon/image assets generator for Apple platforms and favicon for web.",
  "main": "lib/appiconkit.js",
  "types": "lib/appiconkit.d.ts",
  "bin": {
    "icon": "lib/cli.js"
  },
  "scripts": {
    "build": "rm -rf lib && tsc",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xnth97/appiconkit.git"
  },
  "author": "Yubo Qin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xnth97/appiconkit/issues"
  },
  "keywords": [
    "ios",
    "watchos",
    "macos",
    "asset",
    "icon",
    "image",
    "iconset",
    "imageset",
    "web",
    "app",
    "app development",
    "favicon"
  ],
  "homepage": "https://github.com/xnth97/appiconkit#readme",
  "dependencies": {
    "@types/node": "^16.3.3",
    "commander": "^8.0.0",
    "jimp": "^0.16.1"
  },
  "devDependencies": {
    "typescript": "^4.3.5"
  }
}
