{
  "name": "@fimbul/valtyr",
  "version": "0.24.0",
  "description": "Wotan plugin to behave almost like TSLint",
  "author": "Klaus Meinhardt",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/fimbullinter/wotan/issues"
  },
  "homepage": "https://github.com/fimbullinter/wotan#readme",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fimbullinter/wotan",
    "directory": "packages/valtyr"
  },
  "keywords": [
    "wotan",
    "plugin",
    "tslint",
    "compatibility",
    "rules",
    "formatters",
    "configuration",
    "tslint.json"
  ],
  "devDependencies": {
    "reflect-metadata": "^0.1.12",
    "resolve": "^1.5.0"
  },
  "peerDependencies": {
    "@fimbul/wotan": "^0.24.0",
    "typescript": ">= 4.0.0 || >= 4.2.0-dev"
  },
  "dependencies": {
    "@fimbul/bifrost": "^0.24.0",
    "inversify": "^5.0.0",
    "tslib": "^2.0.0",
    "tslint": "^5.0.0",
    "tsutils": "^3.5.0"
  }
}
