UNPKG

@motorcycle/tslint

Version:

TSLint for Motorcycle.js Projects

39 lines (38 loc) 967 B
{ "name": "@motorcycle/tslint", "version": "3.1.0", "description": "TSLint for Motorcycle.js Projects", "main": "index.js", "scripts": { "test": "npm run build && tslint 'src/**/*.ts'", "build": "tsc", "preversion": "npm run build", "postversion": "npm login && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/motorcyclejs/tslint.git" }, "keywords": [ "motorcycle", "tslint", "typescript", "lint" ], "author": "Tylor Steinberger <tlsteinberger167@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/motorcyclejs/tslint/issues" }, "homepage": "https://github.com/motorcyclejs/tslint#readme", "dependencies": { "tslint-eslint-rules": "^4.0.0", "tslint-immutable": "^3.2.0", "tslint-microsoft-contrib": "^4.0.1", "vrsource-tslint-rules": "^5.1.0" }, "devDependencies": { "tslint": "^5.1.0", "typescript": "^2.3.2" } }