-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 785 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 785 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
{
"name": "se-tools",
"version": "1.0.2",
"author": "reboot0-de",
"keywords": [
"streamelements",
"widgets",
"custom-widgets",
"se",
"streaming",
"twitch",
"toolset"
],
"license": "MIT",
"repository": "https://github.com/reboot0-de/se-tools",
"description": "A toolset designed to make developing StreamElements custom-widgets easier.",
"scripts": {
"build": "webpack --mode=production",
"jsdoc": "./node_modules/.bin/jsdoc modules -c jsdoc/jsdoc.config.json -u jsdoc/tutorials -d docs -t jsdoc/template --readme README.md"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"babel-loader": "^9.1.3",
"jsdoc": "^3.6.7",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
}