-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 923 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": "@chialab/prettier-config",
"description": "Chialab's rules for Prettier.",
"version": "1.2.2",
"license": "MIT",
"author": "Chialab <[email protected]> (https://www.chialab.it)",
"main": "index.js",
"scripts": {
"lint": "prettier --check . && eslint index.js"
},
"files": [
"LICENSE",
"README.md",
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/chialab/prettier-config.git"
},
"bugs": {
"url": "https://github.com/chialab/prettier-config/issues"
},
"homepage": "https://github.com/chialab/prettier-config",
"peerDependencies": {
"prettier": "^2.0.0 || ^3.0.0"
},
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.0"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
"@chialab/eslint-config": "^4.0.0",
"eslint": "^8.0.0",
"prettier": "^3.2.4",
"typescript": "^5.3.3"
}
}