{
  "name": "insomnia-plugin-make-readme",
  "version": "1.0.9",
  "main": "main.js",
  "insomnia": {
    "name": "insomnia-plugin-make-readme",
    "displayName": "Readme Maker",
    "description": "Plugin para criar readme dos endpoints a partir de suas requests",
    "publisher": {
      "name": "Natan Inacio",
      "icon": ""
    },
    "unlisted": false
  },
  "dependencies": {
    "axios": "1.6.7"
  },
  "devDependencies": {},
  "description": "",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NatanChaves/insomnia-plugin-make-readme.git"
  },
  "keywords": [
    "readme",
    "documentação",
    "documentation",
    "api"
  ],
  "author": "Natan Inacio Chaves",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/NatanChaves/insomnia-plugin-make-readme/issues"
  },
  "homepage": "https://github.com/NatanChaves/insomnia-plugin-make-readme#readme"
}