UNPKG

610 BJSONView Raw
1{
2 "name": "@d3banking/tslint-config",
3 "version": "3.1.0",
4 "description": "A mostly reasonable approach to Typescript.",
5 "repository": "https://github.com/LodoSoftware/javascript-style-guide",
6 "license": "MIT",
7 "main": "index.js",
8 "devDependencies": {
9 "tslint": "^5.11.0",
10 "typescript": "^3.1.6"
11 },
12 "peerDependencies": {
13 "tslint": "^5.11.0",
14 "typescript": "^2.2.0 || ^3.0.0"
15 },
16 "dependencies": {
17 "prettier": "1.15.2",
18 "tslint-config-airbnb": "5.11.1",
19 "tslint-config-prettier": "1.16.0",
20 "tslint-plugin-prettier": "2.0.1",
21 "tslint-react": "3.6.0"
22 }
23}