UNPKG

1.6 kBJSONView Raw
1{
2 "name": "ts-config",
3 "version": "20.3.0",
4 "description": "An opinionated TSLint configuration preset. Works best together with strict TypeScript settings and Prettier.",
5 "license": "MIT",
6 "author": "Clemens Akens <clebert@me.com>",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/clebert/ts-config.git"
10 },
11 "bugs": {
12 "url": "https://github.com/clebert/ts-config/issues"
13 },
14 "files": [
15 "bin/",
16 "lib/",
17 "tsconfig.json"
18 ],
19 "bin": {
20 "ts-config": "bin/run"
21 },
22 "main": "lib/index.js",
23 "typings": "lib/index.d.ts",
24 "scripts": {
25 "commitmsg": "commitlint --edit",
26 "precommit": "lint-staged"
27 },
28 "oclif": {
29 "commands": "lib/commands",
30 "bin": "ts-config",
31 "plugins": [
32 "@oclif/plugin-help"
33 ]
34 },
35 "dependencies": {
36 "@oclif/command": "^1.4.36",
37 "@oclif/config": "^1.6.33",
38 "@oclif/errors": "^1.1.2",
39 "@oclif/plugin-help": "^2.0.5",
40 "common-tags": "^1.8.0",
41 "globby": "^8.0.1",
42 "json-diff": "^0.5.2",
43 "prettier": "^1.13.7",
44 "semver": "^5.5.0"
45 },
46 "peerDependencies": {
47 "tslint": "^5.10.0",
48 "typescript": "*"
49 },
50 "devDependencies": {
51 "@commitlint/cli": "^7.0.0",
52 "@commitlint/config-angular": "^7.0.1",
53 "@commitlint/travis-cli": "^7.0.0",
54 "@types/common-tags": "^1.4.0",
55 "@types/node": "^10.5.2",
56 "@types/prettier": "^1.13.2",
57 "@types/semver": "^5.5.0",
58 "husky": "^0.14.3",
59 "lint-staged": "^7.2.0",
60 "semantic-release": "^15.7.2",
61 "travis-deploy-once": "^5.0.1",
62 "tslint": "^5.11.0",
63 "typescript": "~2.9.2"
64 }
65}