-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 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
40
{
"name": "@nordcom/prettier",
"version": "0.1.1",
"description": "Prettier code formatting config for all of Nordcom Group Inc.'s projects.",
"main": "prettier.json",
"prettier": "./prettier.json",
"repository": "https://github.com/NordcomInc/prettier",
"publishConfig": {
"access": "public"
},
"files": [
"prettier.json"
],
"keywords": [
"prettier",
"prettier-config",
"nordcom"
],
"author": {
"name": "Nordcom Group Inc.",
"email": "[email protected]",
"url": "https://nordcom.io/"
},
"contributors": [
{
"name": "Filiph Siitam Sandström",
"email": "[email protected]",
"url": "https://github.com/filiphsps/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/NordcomInc/prettier/issues"
},
"homepage": "https://github.com/NordcomInc/prettier#readme",
"devDependencies": {
"@types/node": "20.11.30",
"prettier": "3.0.3"
}
}