1 | {
|
2 | "name": "@fimbul/wotan",
|
3 | "version": "0.24.0",
|
4 | "description": "Pluggable TypeScript and JavaScript linter",
|
5 | "bin": "bin/main.js",
|
6 | "publishConfig": {
|
7 | "access": "public"
|
8 | },
|
9 | "repository": {
|
10 | "type": "git",
|
11 | "url": "https://github.com/fimbullinter/wotan",
|
12 | "directory": "packages/wotan"
|
13 | },
|
14 | "keywords": [
|
15 | "lint",
|
16 | "ts",
|
17 | "js",
|
18 | "linter",
|
19 | "code",
|
20 | "style",
|
21 | "quality",
|
22 | "typescript",
|
23 | "javascript"
|
24 | ],
|
25 | "author": "Klaus Meinhardt",
|
26 | "license": "Apache-2.0",
|
27 | "bugs": {
|
28 | "url": "https://github.com/fimbullinter/wotan/issues"
|
29 | },
|
30 | "homepage": "https://github.com/fimbullinter/wotan#readme",
|
31 | "devDependencies": {
|
32 | "@types/debug": "^4.0.0",
|
33 | "@types/is-negated-glob": "^1.0.0",
|
34 | "@types/js-yaml": "^4.0.0",
|
35 | "@types/json5": "0.0.30",
|
36 | "@types/minimatch": "^3.0.1",
|
37 | "@types/resolve": "^1.14.0",
|
38 | "@types/semver": "^7.0.0",
|
39 | "escape-string-regexp": "^4.0.0",
|
40 | "memfs": "^3.2.0",
|
41 | "rimraf": "^3.0.0"
|
42 | },
|
43 | "dependencies": {
|
44 | "@fimbul/mimir": "^0.24.0",
|
45 | "@fimbul/ymir": "^0.24.0",
|
46 | "bind-decorator": "^1.0.11",
|
47 | "chalk": "^4.0.0",
|
48 | "debug": "^4.0.0",
|
49 | "diff": "^5.0.0",
|
50 | "glob": "^7.1.2",
|
51 | "import-local": "^3.0.0",
|
52 | "inversify": "^5.0.0",
|
53 | "is-negated-glob": "^1.0.0",
|
54 | "js-yaml": "^4.0.0",
|
55 | "json5": "^2.0.0",
|
56 | "minimatch": "^3.0.4",
|
57 | "normalize-glob": "^0.0.2",
|
58 | "reflect-metadata": "^0.1.12",
|
59 | "resolve": "^1.14.1",
|
60 | "semver": "^7.0.0",
|
61 | "stable": "^0.1.8",
|
62 | "tslib": "^2.0.0",
|
63 | "tsutils": "^3.20.0"
|
64 | },
|
65 | "peerDependencies": {
|
66 | "typescript": ">= 4.0.0 || >= 4.2.0-dev"
|
67 | }
|
68 | }
|