UNPKG

rxjs-tslint-rules

Version:
90 lines (89 loc) 3.04 kB
{ "author": "Nicholas Jamieson <nicholas@cartant.com>", "bugs": { "url": "https://github.com/cartant/rxjs-tslint-rules/issues" }, "dependencies": { "@phenomnomnominal/tsquery": "^4.0.0", "decamelize": "^3.0.0", "resolve": "^1.4.0", "semver": "^7.0.0", "tslib": "^1.8.0", "tsutils": "^3.0.0", "tsutils-etc": "^1.1.0" }, "description": "TSLint rules for RxJS", "devDependencies": { "@cartant/tslint-config": "^2.0.0", "@cartant/tslint-config-etc": "^2.0.0", "@types/chai": "^4.0.0", "@types/mocha": "^7.0.0", "@types/node": "^13.0.0", "@types/resolve": "^1.14.0", "@types/semver": "^7.0.0", "chai": "^4.0.0", "husky": "^4.0.0", "lint-staged": "^9.0.0", "mocha": "^7.0.0", "prettier": "~1.19.0", "rimraf": "^3.0.0", "rxjs": "^6.0.0", "tslint": "^6.0.0", "tslint-etc": "^1.5.1", "typescript": "~3.8.2" }, "homepage": "https://github.com/cartant/rxjs-tslint-rules", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "lint", "rules", "rxjs", "tslint" ], "license": "MIT", "lint-staged": { "*.{js,ts}": [ "prettier --write", "git add" ] }, "main": "./index.js", "name": "rxjs-tslint-rules", "optionalDependencies": {}, "peerDependencies": { "rxjs": "^5.0.0 || ^6.0.0", "tslint": "^5.0.0 || ^6.0.0", "typescript": "^2.3.0 || ^3.0.0" }, "private": false, "publishConfig": { "tag": "latest" }, "repository": { "type": "git", "url": "https://github.com/cartant/rxjs-tslint-rules.git" }, "scripts": { "dist": "yarn run dist:build", "dist:build": "yarn run dist:clean && tsc -p tsconfig-dist.json", "dist:clean": "rimraf dist", "lint": "tslint --project tsconfig.json \"source/**/*.ts\"", "prepublishOnly": "yarn run test && yarn run dist", "prettier": "prettier --write \"./source/**/*.{js,json,ts}\"", "prettier:ci": "prettier --check \"./source/**/*.{js,json,ts}\"", "test": "yarn run lint && yarn run test:build && yarn run test:mocha && yarn run test:tslint-v5 && yarn run test:tslint-v6 && yarn run test:tslint-v6-compat", "test:build": "yarn run test:clean && tsc -p tsconfig.json", "test:clean": "rimraf build", "test:debug": "tslint --test \"./test/v6/fixtures/no-topromise/**/tslint.json\"", "test:issues": "yarn run test:clean && tsc -p tsconfig.json && tslint --test \"./test/v6/fixtures/issues/**/tslint.json\"", "test:mocha": "mocha \"./build/**/*-spec.js\"", "test:tslint-v5": "yarn --cwd ./test/v5 install && yarn --cwd ./test/v5 upgrade && tslint --test \"./test/v5/fixtures/**/tslint.json\"", "test:tslint-v6": "yarn --cwd ./test/v6 install && yarn --cwd ./test/v6 upgrade && tslint --test \"./test/v6/fixtures/**/tslint.json\"", "test:tslint-v6-compat": "yarn --cwd ./test/v6-compat install && yarn --cwd ./test/v6-compat upgrade && tslint --test \"./test/v6-compat/fixtures/**/tslint.json\"" }, "version": "4.29.1" }