-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.05 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.05 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
{
"name": "prettier-config-common",
"version": "1.5.0",
"description": "适合中国人使用习惯的 prettier 配置",
"main": "prettier.json",
"files": [
"prettier.json",
"prettier.all.json",
"typings"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pub": "git add . && git commit -m $npm_package_version && git push"
},
"repository": {
"type": "git",
"url": "https://github.com/saqqdy/prettier-config-common.git"
},
"keywords": [
"prettier",
"prettier-config",
"prettier-config-common",
"common-config",
"format",
"formatter",
"code-style",
"lint",
"chinese"
],
"author": "saqqdy <https://github.com/saqqdy>",
"license": "MIT",
"bugs": {
"url": "https://github.com/saqqdy/prettier-config-common/issues"
},
"homepage": "https://github.com/saqqdy/prettier-config-common#readme",
"exports": {
".": "./prettier.json",
"./all": "./prettier.all.json",
"./prettier.all.json": "./prettier.all.json"
},
"peerDependencies": {
"prettier": ">=2.0.0"
},
"engines": {
"node": ">=12.17.0"
}
}