-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.13 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
48
49
50
51
52
53
54
{
"name": "azion-theme",
"type": "module",
"version": "1.8.1",
"author": "aziontech",
"contributors": [
{
"name": "Eduardo de Cesaro Amarante",
"url": "https://www.professorduda.com/"
},
{
"name": "Robson Junior",
"url": "https://www.robsonjunior.dev/"
},
{
"name": "Luis Igreja"
}
],
"exports": {
"./dark": "./dark.js",
"./light": "./light.js",
".": "./default.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"semantic-release": "^24.0.0"
},
"keywords": [
"css",
"brand",
"design",
"system",
"primevue",
"azion",
"css",
"azion",
"theme",
"theme-base"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/aziontech/azion-theme.git"
},
"bugs": {
"url": "https://github.com/aziontech/azion-theme/issues"
},
"homepage": "https://github.com/aziontech/azion-theme#readme"
}