-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 936 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
38
39
{
"name": "@cesiuminho/prettier-config",
"version": "1.0.0",
"description": "Prettier configuration used bu CeSIUM.",
"main": "prettier.config.js",
"files": [
"prettier.config.js",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/cesium/prettier-config-cesium.git"
},
"keywords": [
"prettier",
"prettier-config",
"config"
],
"author": "CeSIUM [email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/cesium/prettier-config-cesium/issues"
},
"homepage": "https://github.com/cesium/prettier-config-cesium#readme",
"scripts": {
"format": "prettier --write .",
"semantic-release": "semantic-release --branches main"
},
"dependencies": {
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.4"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"semantic-release": "^22.0.5"
}
}