-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.32 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
{
"name": "steelseries-browser-cinema",
"version": "1.1.2",
"description": "Allows to subscribe to browser fullscreen event to control steelseries gears lighting",
"main": "index.js",
"repository": "[email protected]:meskill/steelseries-browser-cinema.git",
"author": "meskill <[email protected]>",
"license": "GPL-3.0-or-later",
"private": true,
"scripts": {
"build": "webpack build --config ./tools/webpack/config/prod.js",
"watch": "webpack watch --config ./tools/webpack/config/dev.js",
"lint": "eslint ./src/**/*.{js,ts} && eslint *.md",
"test": "jest"
},
"devDependencies": {
"@meskill/sharec-config": "^1.0.8",
"@types/chrome": "^0.0.154",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"copy-webpack-plugin": "^10.2.4",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"markdown-eslint-parser": "^1.2.1",
"prettier": "^2.6.2",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1",
"webpack-merge": "^5.8.0"
},
"files": [
"lib"
],
"sharec": {
"config": "@meskill/sharec-config",
"version": "1.0.8"
},
"packageManager": "[email protected]"
}