{
  "name": "@fimbul/bifrost",
  "version": "0.24.0",
  "description": "Compatibility layer for TSLint rules",
  "main": "src/index",
  "types": "src/index",
  "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/bifrost"
  },
  "keywords": [
    "wotan",
    "rules",
    "formatters",
    "tslint",
    "compatibility"
  ],
  "peerDependencies": {
    "tslint": "^5.0.0",
    "typescript": ">= 4.0.0 || >= 4.2.0-dev"
  },
  "dependencies": {
    "@fimbul/ymir": "^0.24.0",
    "get-caller-file": "^2.0.0",
    "tslib": "^2.0.0",
    "tsutils": "^3.5.0"
  },
  "devDependencies": {
    "@types/get-caller-file": "^1.0.0"
  }
}
