-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
36
37
38
39
{
"name": "tslint-viralize",
"version": "13.0.0",
"description": "Tslint rules to enforce Viralize standards and best practices during development of typescript project in Viralize",
"repository": {
"type": "git",
"url": "git+https://github.com/Viralize/tslint-viralize.git"
},
"keywords": [
"tslint",
"tslintconfig",
"config",
"viralize",
"typescript"
],
"author": "Lorenzo Bugiani (lorenzo.bugiani@viralize.com)",
"license": "MIT",
"main": "tslint.json",
"scripts": {
"release:major": "node ./scripts/major",
"release:minor": "node ./scripts/minor",
"release:patch": "node ./scripts/patch"
},
"peerDependencies": {
"tslint": "6.1.0",
"tslint-microsoft-contrib": "6.2.0",
"tslint-sonarts": "1.9.0"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.0.1",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.19.0",
"release-it": "13.0.2",
"semver": "7.1.3"
}
}