Skip to content

Commit 50e493f

Browse files
authored
Update package.json
1 parent 26e3af9 commit 50e493f

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

package.json

+17-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
{
22
"name": "typescript-strict-plugin",
33
"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",
518
"main": "dist/index.js",
619
"private": false,
720
"files": [
@@ -15,14 +28,10 @@
1528
"e2e:coverage": "c8 -o e2e_coverage -x e2e -r html -i \"src/**/*\" node e2e/run.js"
1629
},
1730
"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"
2334
],
24-
"author": "Sebastián Gurin",
25-
"license": "MIT",
2635
"devDependencies": {
2736
"@types/node": "^14.14.35",
2837
"@typescript-eslint/eslint-plugin": "^4.18.0",

0 commit comments

Comments
 (0)