{
  "name": "arvish",
  "version": "0.9.0",
  "description": "Arvis workflow, plugin creator tools",
  "bin": {
    "arvish": "dist/cli/main.js",
    "arvish-init": "dist/cli/link.js",
    "arvish-cleanup": "dist/cli/cleanup.js",
    "arvish-prepublish": "dist/cli/prepublish.js"
  },
  "repository": "https://github.com/jopemachine/arvish",
  "homepage": "https://jopemachine.github.io/arvis.com/",
  "contributors": [],
  "author": {
    "name": "jopemachine",
    "email": "jopemachine@gmail.com"
  },
  "os": [
    "darwin",
    "win32",
    "linux"
  ],
  "main": "dist/index.js",
  "license": "MIT",
  "engines": {
    "node": ">=12"
  },
  "scripts": {
    "test": "ava",
    "build": "rm -rf dist && tsc",
    "lint": "xo"
  },
  "files": [
    "dist/**",
    "assets/*.png"
  ],
  "keywords": [
    "arvis",
    "arvis-workflow",
    "arvis-plugin",
    "arvish",
    "alfy"
  ],
  "bugs": {
    "url": "https://github.com/jopemachine/arvish/issues"
  },
  "maintainers": [
    "jopemachine"
  ],
  "dependencies": {
    "alfred-to-arvis": ">=0.0.8",
    "archiver": "^5.3.0",
    "arvis-extension-validator": ">=0.3.0",
    "arvis-linker": ">=0.5.0",
    "arvis-notifier": ">=0.1.0",
    "arvis-store": ">=0.2.11",
    "cache-conf": "^0.6.0",
    "chalk": "^4.1.1",
    "clean-stack": "^2.2.0",
    "conf": "^5.0.0",
    "dot-prop": "^5.1.0",
    "execa": "^2.1.0",
    "fast-glob": "^3.2.5",
    "find-up": "^5.0.0",
    "fs-extra": "^10.0.0",
    "got": "^11.8.2",
    "hook-std": "^2.0.0",
    "json5": "^2.2.0",
    "junk": "^3.1.0",
    "log-symbols": "^4.1.0",
    "loud-rejection": "^2.1.0",
    "meow": "^9.0.0",
    "ora": "^5.4.1",
    "parse-json": "^5.2.0",
    "path-exists": "^4.0.0",
    "username": "^5.1.0"
  },
  "devDependencies": {
    "@types/archiver": "^5.1.0",
    "@types/fs-extra": "^9.0.11",
    "ava": "^2.3.0",
    "delay": "^4.4.1",
    "eslint-plugin-ava": "^12.0.0",
    "husky": "^4.2.5",
    "nock": "^13.1.0",
    "tempfile": "^3.0.0",
    "typescript": "^4.3.2",
    "xo": "^0.39.1"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run test"
    }
  }
}
