UNPKG

@fimbul/wotan

Version:

Pluggable TypeScript and JavaScript linter

69 lines (68 loc) 1.64 kB
{ "name": "@fimbul/wotan", "version": "0.24.0", "description": "Pluggable TypeScript and JavaScript linter", "bin": "bin/main.js", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/fimbullinter/wotan", "directory": "packages/wotan" }, "keywords": [ "lint", "ts", "js", "linter", "code", "style", "quality", "typescript", "javascript" ], "author": "Klaus Meinhardt", "license": "Apache-2.0", "bugs": { "url": "https://github.com/fimbullinter/wotan/issues" }, "homepage": "https://github.com/fimbullinter/wotan#readme", "devDependencies": { "@types/debug": "^4.0.0", "@types/is-negated-glob": "^1.0.0", "@types/js-yaml": "^4.0.0", "@types/json5": "0.0.30", "@types/minimatch": "^3.0.1", "@types/resolve": "^1.14.0", "@types/semver": "^7.0.0", "escape-string-regexp": "^4.0.0", "memfs": "^3.2.0", "rimraf": "^3.0.0" }, "dependencies": { "@fimbul/mimir": "^0.24.0", "@fimbul/ymir": "^0.24.0", "bind-decorator": "^1.0.11", "chalk": "^4.0.0", "debug": "^4.0.0", "diff": "^5.0.0", "glob": "^7.1.2", "import-local": "^3.0.0", "inversify": "^5.0.0", "is-negated-glob": "^1.0.0", "js-yaml": "^4.0.0", "json5": "^2.0.0", "minimatch": "^3.0.4", "normalize-glob": "^0.0.2", "reflect-metadata": "^0.1.12", "resolve": "^1.14.1", "semver": "^7.0.0", "stable": "^0.1.8", "tslib": "^2.0.0", "tsutils": "^3.20.0" }, "peerDependencies": { "typescript": ">= 4.0.0 || >= 4.2.0-dev" } }