-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 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": "@lss-manager/missionchief-type-definitions",
"author": "LSS-Manager",
"version": "0.0.3",
"types": "src/index.d.ts",
"dependencies": {
"@types/jquery": "^3.5.0",
"@types/leaflet": "^1.7.2",
"typescript": "^3.9.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"eslint": "^7.2.0",
"eslint-plugin-prettier": "^3.1.4",
"json-sort-cli": "^1.15.22",
"prettier": "^2.0.5"
},
"prettier": {
"endOfLine": "lf",
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5"
},
"repository": {
"type": "git",
"url": "git://github.com/LSS-Manager/Type-Definitions.git",
"directory": ""
},
"bugs": {
"url": "https://github.com/LSS-Manager/Type-Definitions/issues"
},
"homepage": "https://github.com/LSS-Manager/Type-Definitions#readme"
}