{
  "name": "yatag",
  "version": "1.3.0",
  "description": "Yet Another Type Annotations Generator",
  "main": "index.js",
  "bin": {
    "yatag": "./yatag.js"
  },
  "scripts": {
    "test": "bash test.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mmomtchev/yatag.git"
  },
  "keywords": [
    "typescript",
    "types",
    "generator",
    "jsdoc"
  ],
  "author": "Momtchil Momtchev <momtchil@momtchev.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mmomtchev/yatag/issues"
  },
  "homepage": "https://github.com/mmomtchev/yatag#readme",
  "dependencies": {
    "glob": "^7.2.3"
  },
  "devDependencies": {
    "eslint": "^7.32.0"
  }
}
