UNPKG

933 BJSONView Raw
1{
2 "name": "@fimbul/bifrost",
3 "version": "0.24.0",
4 "description": "Compatibility layer for TSLint rules",
5 "main": "src/index",
6 "types": "src/index",
7 "author": "Klaus Meinhardt",
8 "license": "Apache-2.0",
9 "bugs": {
10 "url": "https://github.com/fimbullinter/wotan/issues"
11 },
12 "homepage": "https://github.com/fimbullinter/wotan#readme",
13 "publishConfig": {
14 "access": "public"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/fimbullinter/wotan",
19 "directory": "packages/bifrost"
20 },
21 "keywords": [
22 "wotan",
23 "rules",
24 "formatters",
25 "tslint",
26 "compatibility"
27 ],
28 "peerDependencies": {
29 "tslint": "^5.0.0",
30 "typescript": ">= 4.0.0 || >= 4.2.0-dev"
31 },
32 "dependencies": {
33 "@fimbul/ymir": "^0.24.0",
34 "get-caller-file": "^2.0.0",
35 "tslib": "^2.0.0",
36 "tsutils": "^3.5.0"
37 },
38 "devDependencies": {
39 "@types/get-caller-file": "^1.0.0"
40 }
41}