UNPKG

992 BJSONView Raw
1{
2 "name": "@fimbul/valtyr",
3 "version": "0.24.0",
4 "description": "Wotan plugin to behave almost like TSLint",
5 "author": "Klaus Meinhardt",
6 "license": "Apache-2.0",
7 "bugs": {
8 "url": "https://github.com/fimbullinter/wotan/issues"
9 },
10 "homepage": "https://github.com/fimbullinter/wotan#readme",
11 "publishConfig": {
12 "access": "public"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/fimbullinter/wotan",
17 "directory": "packages/valtyr"
18 },
19 "keywords": [
20 "wotan",
21 "plugin",
22 "tslint",
23 "compatibility",
24 "rules",
25 "formatters",
26 "configuration",
27 "tslint.json"
28 ],
29 "devDependencies": {
30 "reflect-metadata": "^0.1.12",
31 "resolve": "^1.5.0"
32 },
33 "peerDependencies": {
34 "@fimbul/wotan": "^0.24.0",
35 "typescript": ">= 4.0.0 || >= 4.2.0-dev"
36 },
37 "dependencies": {
38 "@fimbul/bifrost": "^0.24.0",
39 "inversify": "^5.0.0",
40 "tslib": "^2.0.0",
41 "tslint": "^5.0.0",
42 "tsutils": "^3.5.0"
43 }
44}