-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 904 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
{
"name": "tslint-react-set-state-usage",
"version": "2.0.2",
"description": "TSLint rule for detection non-functional setState statements",
"main": "tslint.json",
"scripts": {
"build": "./node_modules/.bin/tsc -p .",
"test": "npm run build && \"./node_modules/.bin/tslint\" --test test/rules/**/tslint.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sutrkiller/tslint-react-set-state-usage.git"
},
"keywords": [
"setState",
"tslint",
"rule"
],
"author": "Tobias Kamenicky",
"license": "MIT",
"bugs": {
"url": "https://github.com/sutrkiller/tslint-react-set-state-usage/issues"
},
"homepage": "https://github.com/sutrkiller/tslint-react-set-state-usage#readme",
"dependencies": {
"tsutils": "^2.4.0"
},
"devDependencies": {
"@types/node": "^8.0.3",
"tslint": "^5.4.3",
"typescript": "2.3.4"
}
}