forked from buzinas/tslint-eslint-rules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 902 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "tslint-eslint-rules",
"version": "3.2.0",
"description": "Improve your TSLint with the missing ESLint Rules",
"main": "index.js",
"scripts": {
"test": "gulp test && gulp self-lint"
},
"repository": {
"type": "git",
"url": "https://github.com/buzinas/tslint-eslint-rules.git"
},
"keywords": [
"eslint",
"tslint",
"custom-rules",
"rules",
"stylish",
"lint",
"linting",
"linter",
"tslint-plugin"
],
"author": "Vitor Buzinaro <[email protected]>",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"es6-promise": "^4.0.4",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-spawn-mocha": "^2.2.2",
"gulp-tslint": "^7.0.0",
"gulp-typescript": "^3.0.1",
"typescript": "^2.0.3",
"yargs": "^5.0.0"
},
"dependencies": {
"doctrine": "^0.7.2",
"tslint": "^4.0.0"
}
}