-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.21 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
{
"name": "insomnia-plugin-theme-ayu",
"author": {
"name": "Dinko Pehar",
"email": "[email protected]",
"url": "https://pehar.dev"
},
"description": "A simple theme with bright colors and comes in three versions — dark, light and mirage for all day long comfortable work.",
"license": "MIT",
"version": "0.0.4",
"private": false,
"homepage": "https://github.com/dinkopehar/insomnia-plugin-theme-ayu",
"repository": {
"type": "git",
"url": "git+https://github.com/dinkopehar/insomnia-plugin-theme-ayu.git"
},
"bugs": {
"url": "https://github.com/dinkopehar/insomnia-plugin-theme-ayu/issues"
},
"insomnia": {
"name": "theme-ayu",
"displayName": "Ayu Theme",
"description": "A simple theme with bright colors and comes in three versions — dark, light and mirage for all day long comfortable work.",
"images": {
"icon": "./assets/icon.svg"
},
"publisher": {
"name": "Dinko Pehar"
}
},
"keywords": [
"ayu",
"ayu-theme",
"theme",
"insomnia",
"insomnia-plugin"
],
"main": "dist/index.js",
"dependencies": {
"ayu": "^8.0.1"
},
"devDependencies": {
"@types/node": "^18.13.0",
"typescript": "^4.9.5"
}
}