{
  "name": "@anitya-tech/sticker-pack-generator",
  "version": "0.0.7",
  "description": "",
  "main": "dist/index.js",
  "repository": "git@github.com:anitya-tech/sticker-pack-generator.git",
  "author": "GeekTR <geektheripper@gmail.com>",
  "license": "MSPL",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "fix": "run-s fix:*",
    "fix:prettier": "prettier \"src/**/*.ts\" --write",
    "fix:lint": "eslint src --ext .ts --fix",
    "watch:build": "tsc -p tsconfig.json -w"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.5",
    "@types/node": "^14.14.10",
    "@types/sharp": "^0.29.5",
    "@typescript-eslint/eslint-plugin": "^4.9.1",
    "@typescript-eslint/parser": "^4.9.1",
    "eslint": "^7.15.0",
    "eslint-config-prettier": "^7.0.0",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-import": "^2.22.1",
    "npm-run-all": "^4.1.5",
    "open-cli": "^6.0.1",
    "prettier": "^2.2.1",
    "ts-node": "^9.1.0",
    "typescript": "^4.1.2"
  },
  "bin": {
    "sticker-pack-generator": "bin/index.js"
  },
  "dependencies": {
    "@types/cli-progress": "^3.9.2",
    "canvas": "^2.9.0",
    "cli-progress": "^3.10.0",
    "commander": "^9.0.0",
    "js-yaml": "^4.1.0",
    "sharp": "^0.30.1"
  }
}
