UNPKG

402 BJSONView Raw
1{
2 "name": "@d3banking/tslint-config",
3 "version": "1.3.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.5.0",
10 "typescript": "^2.3.4"
11 },
12 "peerDependencies": {
13 "tslint": "^5.0.0",
14 "typescript": "^2.0.0"
15 }
16}