forked from bet4it/hyperinator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 830 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
44
45
{
"name": "hyperinator",
"version": "0.4.1",
"description": "A layout automation plugin for Hyper.app",
"repository": "bet4it/hyperinator",
"author": "Bet4 <[email protected]>",
"license": "MIT",
"bin": {
"hyperinator": "bin/hyperinator"
},
"keywords": [
"hyper",
"hyper-plugin"
],
"scripts": {
"test": "xo"
},
"xo": {
"esnext": true,
"space": true,
"semicolon": false,
"rules": {
"padding-line-between-statements": [
"error",
{
"blankLine": "any",
"prev": "multiline-block-like",
"next": "*"
}
]
},
"env": [
"node",
"browser"
]
},
"devDependencies": {
"xo": "^0.29.1"
},
"dependencies": {
"js-yaml": "^3.13.1",
"untildify": "^4.0.0",
"debug": "^4.1.1"
}
}