UNPKG

tslint-config-typings

Version:
45 lines (44 loc) 947 B
{ "name": "tslint-config-typings", "version": "0.3.1", "description": "tslint config for writing typings", "main": "tslint.json", "files": [ "tslint.json" ], "scripts": { "test": "gulp" }, "repository": { "type": "git", "url": "https://github.com/typings/tslint-config-typings" }, "keywords": [ "tslint", "tslintconfig", "config", "typescript", "styleguide", "style guide" ], "author": "Homa Wong (unional)", "license": "MIT", "bugs": { "url": "https://github.com/typings/tslint-config-typings/issues" }, "homepage": "https://github.com/typings/tslint-config-typings", "peerDependencies": { "tslint": ">=4.0.1" }, "dependencies": { "tslint-config-unional": "^0.6.0" }, "devDependencies": { "gulp": "^3.9.1", "gulp-tslint": "^7.0.1", "gulp-util": "^3.0.7", "through2": "^2.0.1", "tslint": "^4.0.2", "typescript": "2.0.10" } }