UNPKG

vile-tslint

Version:

Identify errors and common style/maintainability issues in your TypeScript code.

75 lines (74 loc) 1.94 kB
{ "name": "vile-tslint", "version": "0.3.6", "description": "Identify errors and common style/maintainability issues in your TypeScript code.", "main": "lib/index.js", "files": [ "lib", "LICENSE", "README.md" ], "author": "Brent Lintner <brent.lintner@gmail.com>", "license": "MPL-2.0", "bugs": { "url": "https://github.com/forthright/vile-tslint/issues" }, "homepage": "https://github.com/forthright/vile-tslint", "repository": { "type": "git", "url": "https://github.com/forthright/vile-tslint.git" }, "keywords": [ "tslint", "typescript", "vile" ], "scripts": { "coffee": "coffee", "compile": "node bin/compile", "compile-dev": "coffee -cbo .test test", "dev": "bin/dev", "istanbul": "istanbul", "release-it": "release-it", "test": "_mocha --recursive -u bdd -R spec -t 2000 .test/spec.js", "test-cov": "node bin/test-cov", "lint-cov": "node bin/lint-cov", "update": "ncu -a", "vile": "vile a -u -x src:lib,test.coffee:.test.js -n" }, "dependencies": { "bluebird": "^3.5.0", "lodash": "^4.17.4", "tslint": "^5.4.3" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-preset-es2015": "^6.24.1", "chai": "^4.0.2", "chai-as-promised": "^7.0.0", "coffee-script": "^1.12.6", "istanbul": "^0.4.5", "mimus": "^0.2.6", "mocha": "^3.4.2", "release-it": "^2.8.0", "shelljs": "^0.7.8", "sinon": "^3.0.0", "sinon-chai": "^2.11.0", "typescript": "^2.3.4", "vile": "^0.19.0", "vile-coffeelint": "^0.1.16", "vile-comment": "^0.1.19", "vile-coverage": "^0.3.0", "vile-depcheck": "^0.1.13", "vile-escomplex": "^0.1.5", "vile-eslint": "^0.1.14", "vile-git": "^0.5.3", "vile-ncu": "^0.3.0", "vile-nsp": "^0.2.14", "vile-stat": "^0.1.0", "vile-synt": "^0.1.2" }, "peerDependencies": { "vile": ">=0.15.0" } }