-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 900 Bytes
/
package.json
File metadata and controls
executable file
·35 lines (35 loc) · 900 Bytes
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
{
"name": "twitch-extension-github",
"version": "1.2.2",
"author": "Ilya Suhodolskiy <ilya.suhodolskiy@gmail.com>",
"license": "MIT",
"description": "Show your Github profile on your twitch channel!",
"scripts": {
"build": "webpack --mode production",
"start": "webpack serve --mode development"
},
"devDependencies": {
"@types/twitch-ext": "^1.24.4",
"autoprefixer": "^9.4.10",
"css-loader": "^2.1.0",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^2.6.0",
"node-sass": "npm:sass@^1.49.9",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"ts-loader": "~8.2.0",
"typescript": "^4.6.2",
"webpack": "^5.11.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},
"keywords": [
"twitch",
"twitch-extension"
],
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}