forked from klaudiosinani/hyper-pokemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·60 lines (60 loc) · 1.3 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
55
56
57
58
59
60
{
"name": "hyper-pokemon",
"version": "0.4.6",
"description": "🌈 Tailor-made Pokémon themes for your Hyper terminal",
"license": "MIT",
"repository": "klaussinani/hyper-pokemon",
"homepage": "https://klaussinani.github.io/hyper-pokemon",
"author": {
"name": "Klaus Sinani",
"email": "[email protected]",
"url": "https://klaussinani.github.io"
},
"maintainers": [
{
"name": "Mario Sinani",
"email": "[email protected]",
"url": "https://mariocfhq.github.io"
}
],
"files": [
"index.js",
"backgrounds",
"pokecursors",
"themes"
],
"keywords": [
"hyper",
"hyper-pokemon",
"pokemon",
"theme",
"pikachu"
],
"scripts": {
"test": "xo && yamllint themes/*.yml"
},
"dependencies": {
"@paulavery/color-thief": "2.1.1",
"argparse": "^1.0.10",
"canvas": "2.5.0",
"color": "^3.1.2",
"color-convert": "^2.0.0",
"color-name": "^1.1.4",
"color-string": "^1.5.3",
"color-thief": "^2.2.5",
"colorthief": "2.2.1",
"esprima": "^4.0.1",
"is-arrayish": "^0.3.2",
"js-yaml": "3.13.1",
"simple-swizzle": "^0.2.2",
"sprintf-js": "^1.1.2"
},
"devDependencies": {
"electron-rebuild": "^1.8.5",
"xo": "*",
"yaml-lint": "^1.0.0"
},
"xo": {
"space": 2
}
}