-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 963 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
{
"name": "@ahdcreative/tailwind-config-ahd",
"version": "0.0.0-dev",
"description": "Tailwind config for AHDCreative Web Solutions website",
"main": "ahd-tailwind-config.js",
"repository": {
"type": "git",
"url": "https://github.com/ahdcreative/tailwind-config-ahd.git"
},
"scripts": {
"semantic-release": "semantic-release"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@semantic-release/gitlab": "^12.0.1",
"@semantic-release/npm": "^10.0.3",
"@semantic-release/release-notes-generator": "^10.0.3",
"semantic-release": "^21.0.1"
},
"publishConfig": {
"access": "public"
},
"files": [
"ahd-tailwind-config.js",
".npmignore",
"LICENSE"
],
"release": {
"branches": [
"main"
]
}
}