simplr-tslint
Version:
A set of TSLint rules used in SimplrJS projects.
62 lines (61 loc) • 1.73 kB
JSON
{
"name": "simplr-tslint",
"version": "1.0.0-alpha.14",
"description": "A set of TSLint rules used in SimplrJS projects.",
"main": "tslint.json",
"scripts": {
"build": "tsc -p .",
"watch": "tsc -p . -w",
"test": "tslint --test test/rules/*/*",
"tslint": "tslint -p .",
"prepublishOnly": "npm run build",
"travis-release": "node ./tools/travis-release/release.js"
},
"files": [
"/rules",
"**/*.md",
"@types",
"!test"
],
"author": "SimplrJS <simplr@quatrodev.com> (https://github.com/SimplrJS)",
"contributors": [
"Giedrius Grabauskas <giedrius@quatrodev.com> (https://github.com/GiedriusGrabauskas)",
"Martynas Žilinskas <martynas@quatrodev.com> (https://github.com/MartynasZilinskas)"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SimplrJS/simplr-tslint.git"
},
"keywords": [
"TypeScript",
"lint",
"tslint",
"rules",
"simplrjs",
"simplr"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/SimplrJS/simplr-tslint/issues"
},
"homepage": "https://github.com/SimplrJS/simplr-tslint#readme",
"peerDependencies": {
"tslint": "^5.8.0"
},
"devDependencies": {
"@types/fs-extra": "^5.0.3",
"@types/node": "^10.5.1",
"fast-glob": "^2.2.2",
"fs-extra": "^6.0.1",
"ts-node": "^7.0.0",
"tslint": "^5.10.0",
"tslint-language-service": "^0.9.9",
"typescript": "^2.9.2"
},
"dependencies": {
"change-case": "^3.0.2"
},
"publishConfig": {
"tag": "next"
}
}