-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 885 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
{
"name": "@s1mpson/prettier-config",
"version": "1.1.0",
"description": "Shareable Prettier config for my projects to produce neat and readable code",
"license": "MIT",
"main": "prettier.config.js",
"files": [
"prettier.config.js"
],
"scripts": {
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/s1mpson/prettier-config.git"
},
"keywords": [
"prettier-config",
"prettierrc",
"prettier",
"shared-config",
"shareable-config",
"config",
"configuration"
],
"author": "Max Mykhalchuk <s1mpsondevs@gmail.com> (https://s1mpson.dev)",
"bugs": {
"url": "https://github.com/s1mpson/prettier-config/issues"
},
"homepage": "https://github.com/s1mpson/prettier-config#readme",
"peerDependencies": {
"prettier": ">=3.0.0"
},
"devDependencies": {
"prettier": "^3.4.1"
}
}