-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "@studiometa/prettier-config",
"version": "4.1.0",
"description": "Simple Prettier configuration",
"type": "module",
"publishConfig": {
"access": "public"
},
"main": "src/index.js",
"types": "src/index.d.ts",
"dependencies": {
"@afshinhaghighat/prettier-plugin-twig-melody": "^2.0.2",
"@shopify/prettier-plugin-liquid": "1.5.0"
},
"peerDependencies": {
"prettier": ">=3.0.0"
},
"devDependencies": {
"@studiometa/eslint-config": "^2.1.3",
"eslint": "^7.22.0",
"prettier": "^3.0.0"
},
"scripts": {
"test": "prettier tests/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/studiometa/prettier-config.git"
},
"author": "Studio Meta <[email protected]> (https://www.studiometa.fr)",
"contributors": [
"Titouan Mathis <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/studiometa/prettier-config/issues"
},
"homepage": "https://github.com/studiometa/prettier-config#readme"
}