-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 920 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
{
"name": "hyper-background",
"version": "1.6.1",
"description": "Change the background of your Hyper terminal!",
"main": "index.js",
"scripts": {
"test": "node --test",
"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@4.0.1",
"devDependencies": {
"@types/node": "^20.8.6",
"eslint": "^8.51.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-promise": "^6.1.1"
}
}