-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.06 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
41
42
43
44
45
46
47
{
"name": "@geospoc/prettier-config-standard",
"description": "Prettier config for JS / TS Apps",
"version": "1.0.1",
"sideEffects": false,
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com"
},
"files": [
"index.json"
],
"main": "index.json",
"license": "MIT",
"author": {
"name": "GeoSpoc Developers",
"email": "developers@geospoc.com",
"url": "https://geospoc.com"
},
"contributors": [
{
"name": "Vinayak Kulkarni",
"email": "vinayak.kulkarni@live.com",
"url": "https://github.com/vinayakkulkarni"
}
],
"repository": {
"type": "git",
"url": "git@github.com:geospoc/prettier-config-standard.git"
},
"keywords": [
"prettier",
"prettier-config",
"config",
"eslint",
"prettier config standard",
"lint rules"
],
"engines": {
"node": ">=10.20.0"
},
"bugs": {
"url": "https://github.com/geospoc/prettier-config-standard/issues"
},
"homepage": "https://github.com/geospoc/prettier-config-standard#readme"
}