-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.02 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
46
47
{
"name": "@zaher/prettier-config",
"version": "1.1.1",
"private": false,
"main": "dist/index.js",
"files": [
"dist"
],
"prettier": "./dist/index.js",
"license": "MIT",
"description": "Personal prettier config",
"homepage": "https://github.com/zaherg/prettier-config",
"repository": {
"type": "git",
"url": "git+https://github.com/zaherg/prettier-config.git"
},
"bugs": {
"url": "https://github.com/zaherg/prettier-config/issues"
},
"author": {
"name": "Zaher Ghaibeh",
"email": "zaher@zaher.dev",
"url": "https://zaher.dev"
},
"keywords": [
"prettier",
"prettier-config"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"eslint-config-prettier": "^9.1.0",
"prettier-plugin-prisma": "^5.0.0",
"prettier-plugin-tailwindcss": "^0.6.1",
"prettier-plugin-toml": "^2.0.1"
},
"devDependencies": {
"@types/prettier": "^3.0.0",
"prettier": "^3.2.5",
"typescript": "^5.0.0"
},
"scripts": {
"build": "rm -fr ./dist && tsc"
}
}