File tree 1 file changed +17
-8
lines changed
1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typescript-strict-plugin" ,
3
3
"version" : " 1.0.0-beta.2" ,
4
- "description" : " https://github.com/Microsoft/TypeScript/wiki/Writing-a-Language-Service-Plugin" ,
4
+ "description" : " Typescript plugin that allows turning on strict mode in specific files or directories." ,
5
+ "author" : " Allegro" ,
6
+ "contributors" : [
7
+ " Jaroslaw Glegola <jaroslaw.glegola@allegro.pl>" ,
8
+ " Kamil Krysiak <kamil.krysiak@allegro.pl>"
9
+ ],
10
+ "bugs" : {
11
+ "url" : " https://github.com/kamkry/typescript-strict-plugin/issues"
12
+ },
13
+ "repository" : {
14
+ "type" : " git" ,
15
+ "url" : " https://github.com/kamkry/typescript-strict-plugin.git"
16
+ },
17
+ "license" : " MIT" ,
5
18
"main" : " dist/index.js" ,
6
19
"private" : false ,
7
20
"files" : [
15
28
"e2e:coverage" : " c8 -o e2e_coverage -x e2e -r html -i \" src/**/*\" node e2e/run.js"
16
29
},
17
30
"keywords" : [
18
- " TypeScript" ,
19
- " TypeScript plugin tutorial" ,
20
- " TypeScript Language Service" ,
21
- " tutorial" ,
22
- " example"
31
+ " TypeScript Strict" ,
32
+ " TypeScript plugin" ,
33
+ " TypeScript Language Service"
23
34
],
24
- "author" : " Sebastián Gurin" ,
25
- "license" : " MIT" ,
26
35
"devDependencies" : {
27
36
"@types/node" : " ^14.14.35" ,
28
37
"@typescript-eslint/eslint-plugin" : " ^4.18.0" ,
You can’t perform that action at this time.
0 commit comments