-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 947 Bytes
/
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
{
"name": "@decampsrenan/config",
"version": "1.1.0",
"description": "Personal config files",
"exports": {
"./prettier-default": "./prettier-default.mjs",
"./prettier-astro": "./prettier-astro.mjs",
"./tsconfig": "./tsconfig.json"
},
"scripts": {
"test": "true",
"release": "np",
"dev": "chokidar \"**/*.{mjs,json}\" -c \"yalc publish --push\""
},
"type": "module",
"keywords": [
"prettier",
"prettier-config",
"config",
"style"
],
"author": {
"name": "Renan Decamps",
"email": "[email protected]",
"url": "https://github.com/decampsrenan"
},
"license": "MIT",
"dependencies": {
"@trivago/prettier-plugin-sort-imports": "4.3.0"
},
"devDependencies": {
"chokidar-cli": "3.0.0",
"np": "10.1.0",
"prettier": "3.1.1",
"yalc": "1.0.0-pre.53"
},
"peerDependencies": {
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.14.1"
}
}