-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
43 lines (43 loc) · 995 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
40
41
42
43
{
"name": "hyper-materialshell",
"version": "1.7.0",
"description": "A material design theme for Hyper based on materialshell.",
"main": "index.js",
"xo": {
"esnext": true
},
"scripts": {
"lint": "standard",
"test": "npm run lint && jest && codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carloscuesta/hyper-materialshell.git"
},
"keywords": [
"hyper",
"hyperterm",
"theme",
"materialshell",
"material design"
],
"author": {
"name": "carloscuesta",
"email": "hi@carloscuesta.me",
"url": "https://carloscuesta.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/carloscuesta/hyper-materialshell/issues"
},
"homepage": "https://github.com/carloscuesta/hyper-materialshell#readme",
"devDependencies": {
"codecov": "^3.0.0",
"jest": "^29.0.2",
"standard": "^17.0.0"
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
}
}