-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.85 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
61
62
{
"name": "hyper-unlimited-power",
"version": "1.0.4",
"description": "Extended particle effects power mode for Hyper",
"author": "Liam Howell <[email protected]>",
"homepage": "https://github.com/eels/hyper-unlimited-power#readme",
"repository": "https://github.com/eels/hyper-unlimited-power",
"bugs": "https://github.com/eels/hyper-unlimited-power/issues",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"changelog": "auto-changelog -b 10 -l 10 -t keepachangelog --hide-credit --sort-commits subject",
"format": "prettier './src/**/*.js' --check",
"format:fix": "yarn format --write",
"lint": "eslint './src/**/*.js' --cache",
"lint:fix": "yarn lint --fix",
"prepare": "husky install",
"test": "echo \"No test specified\""
},
"files": [
"src/index.js",
"LICENSE.md",
"package.json",
"README.md"
],
"keywords": [
"hyper",
"hyper-plugin",
"hyperterm",
"particles",
"plugin",
"power",
"powermode"
],
"dependencies": {
"@electron/remote": "2.0.9",
"color": "4.2.3",
"convert-css-color-name-to-hex": "0.1.1",
"lodash.throttle": "4.1.1",
"prop-types": "15.8.1"
},
"devDependencies": {
"@commitlint/cli": "17.5.0",
"@commitlint/config-conventional": "17.4.4",
"auto-changelog": "2.4.0",
"eslint": "8.36.0",
"eslint-config-semistandard": "17.0.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "15.6.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-sort-imports-es6-autofix": "0.6.0",
"eslint-plugin-sort-keys-fix": "1.1.2",
"husky": "8.0.3",
"lint-staged": "13.2.0",
"prettier": "2.8.7"
}
}