-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 792 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 792 Bytes
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
{
"name": "@kodasoftware/typescript",
"version": "0.0.0",
"description": "A typescript styling guide",
"engines": {
"node": ">=16",
"vscode": ">=1.22"
},
"keywords": [
"kodasoftware",
"typescript",
"styling",
"guide"
],
"author": "Koda Software <developer@kodasoftware.com>",
"license": "MIT",
"files": [
".eslintrc.json",
".prettierrc.json",
"tsconfig.json"
],
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=7",
"@typescript-eslint/parser": ">=7",
"eslint": ">=8",
"eslint-config-prettier": ">=9",
"eslint-plugin-node": ">=11",
"eslint-plugin-prettier": ">=5",
"eslint-plugin-simple-import-sort": ">=12",
"prettier": ">=3",
"prettier-eslint": ">=16",
"typescript": ">=5"
}
}