{
  "name": "@fiahfy/icns-convert",
  "description": "Convert Image to Apple Icon Image format",
  "version": "0.0.12",
  "author": {
    "name": "fiahfy",
    "email": "d.fiahfy@gmail.com",
    "url": "https://fiahfy.github.io/"
  },
  "bin": {
    "icns-convert": "dist/cli.js"
  },
  "bugs": {
    "url": "https://github.com/fiahfy/icns-convert/issues"
  },
  "dependencies": {
    "@fiahfy/icns": "^0.0.7",
    "meow": "^8.1.0",
    "sharp": "^0.27.0"
  },
  "devDependencies": {
    "@fiahfy/eslint-config": "^0.0.11",
    "@types/jest": "^26.0.19",
    "@types/node": "^14.14.16",
    "@types/pngjs": "^3.4.2",
    "@types/sharp": "^0.26.1",
    "eslint": "^7.16.0",
    "jest": "^26.6.3",
    "prettier": "^2.2.1",
    "ts-jest": "^26.4.4",
    "typescript": "^4.1.3"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/fiahfy/icns-convert",
  "keywords": [
    "converter",
    "icns"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fiahfy/icns-convert.git"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc -w",
    "lint": "npm run lint:eslint && npm run lint:prettier",
    "lint:eslint": "eslint -f codeframe --ext .js,.ts --ignore-path .gitignore .",
    "lint:prettier": "prettier -c --ignore-path .gitignore **/*.{js,ts}",
    "test": "npm run lint && jest"
  },
  "types": "dist/index.d.js"
}
