forked from RSG-Group/hyper-background
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 983 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
{
"name": "hyper-background",
"version": "1.6.0",
"description": "Change the background of your Hyper terminal!",
"main": "index.js",
"scripts": {
"test": "ava",
"lint": "eslint .",
"prepublish": "yarn lint && yarn test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RSG-Group/hyper-background.git"
},
"keywords": [
"hyper",
"eslint"
],
"author": "Ibrahim Ansari <ansari.ibrahim1@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/RSG-Group/hyper-background/issues"
},
"homepage": "https://github.com/RSG-Group/hyper-background#readme",
"packageManager": "yarn@3.0.2",
"devDependencies": {
"@types/node": "^16.10.1",
"ava": "^3.15.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0"
}
}