{
  "name": "arvis-freedict-plugin",
  "version": "0.1.6",
  "description": "Dictionary plugin for Arvis using dictionaryapi.dev",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "arvish-init",
    "preuninstall": "arvish-cleanup",
    "prepublishOnly": "arvish-prepublish"
  },
  "keywords": [
    "arvis",
    "arvish",
    "arvis-plugin",
    "dictionary",
    "dictionaryapi.dev"
  ],
  "author": "jopemachine",
  "files": [
    "arvis-plugin.json",
    "*.js",
    "icon.png"
  ],
  "license": "MIT",
  "dependencies": {
    "arvish": ">=0.7.0"
  }
}
