-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.34 KB
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
48
49
50
51
{
"name": "@codistica/prettier-config-default",
"version": "1.0.1",
"publishConfig": {
"access": "public"
},
"description": "Codistica's default Prettier config.",
"keywords": [
"codistica, default, prettier, config, preset, presets, plugin, plugins"
],
"author": {
"name": "Codistica",
"email": "info@codistica.com",
"url": "https://github.com/codistica"
},
"contributors": [
{
"name": "Ernesto Stifano",
"email": "ernesto.stifano@codistica.com",
"url": "https://github.com/ernestostifano"
},
{
"name": "Javier Monguilo",
"email": "javier.monguilo@codistica.com",
"url": "https://github.com/jmonguilo"
}
],
"homepage": "https://www.codistica.com",
"license": "MIT",
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/codistica/prettier-config-default.git"
},
"bugs": {
"url": "https://github.com/codistica/prettier-config-default/issues"
},
"browserslist": [
"since 2015"
],
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"uninstall": "rimraf ./node_modules"
},
"devDependencies": {
"husky": "^4.2.5",
"rimraf": "^3.0.2"
}
}