-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.1 KB
/
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
{
"name": "eslint-plugin-typescript-eslint-jsx-conditionals",
"description": "TypeScript ESlint rule to remove unsafe conditionals in JSX.",
"version": "0.0.0-development",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Cole Walker",
"license": "MIT",
"homepage": "https://github.com/ColeWalker/typescript-eslint-jsx-conditionals",
"scripts": {
"prepare": "tsc",
"build": "tsc",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/ColeWalker/typescript-eslint-jsx-conditionals"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/node": "^15.3.0",
"@types/react": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/experimental-utils": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"eslint": "^7.26.0",
"jest": "^26.6.3",
"semantic-release": "^17.4.3",
"ts-jest": "^26.5.6",
"tsutils": "^3.21.0",
"typescript": "^4.2.4",
"typescript-eslint-jsx-conditionals": "^1.0.0"
}
}