-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "@nix6839/prettier-config",
"version": "2.2.0",
"description": "Han Yeong-woo's extensible shared Prettier config",
"keywords": [
"prettier",
"prettierconfig",
"prettier-config",
"config",
"format",
"styleguide"
],
"homepage": "https://github.com/nix6839/prettier-config",
"bugs": "https://github.com/nix6839/prettier-config/issues",
"repository": {
"type": "git",
"url": "https://github.com/nix6839/prettier-config.git"
},
"license": "MIT",
"author": {
"name": "Han Yeong-woo",
"url": "https://github.com/nix6839"
},
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"format": "prettier --write '**/*.{ts,js,md,json,yml,yaml}' && sort-package-json",
"format:check": "prettier --check '**/*.{ts,js,md,json,yml,yaml}' && sort-package-json --check"
},
"devDependencies": {
"@types/node": "^18.19.34",
"prettier": "^3.3.2",
"sort-package-json": "^2.10.0",
"typescript": "^5.4.5"
},
"peerDependencies": {
"prettier": "^3.3.2"
},
"packageManager": "pnpm@9.3.0+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631"
}