forked from RoguedBear/BetterDiscordPlugin-AutoIdleOnAFK
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.07 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.07 KB
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
{
"name": "betterdiscordplugin-autoidleonafk",
"version": "0.5.0",
"description": "Automatically updates your discord status to 'idle' when you haven't opened your discord client for more than 5 minutes",
"scripts": {
"build": "webpack --progress --color",
"install-plugin": "cp release/AutoIdleOnAFK.plugin.js $PLUGIN_DIR/AutoIdleOnAFK.plugin.js",
"dev": "nodemon -e js -w src/AutoIdleOnAFK/ --exec \"yarn build && yarn install-plugin\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/RoguedBear/BetterDiscordPlugin-AutoIdleOnAFK.git"
},
"author": "RoguedBear",
"license": "MIT",
"bugs": {
"url": "https://github.com/RoguedBear/BetterDiscordPlugin-AutoIdleOnAFK/issues"
},
"homepage": "https://github.com/RoguedBear/BetterDiscordPlugin-AutoIdleOnAFK#readme",
"keywords": [
"betterdiscord",
"plugin",
"auto",
"change",
"status",
"to",
"idle",
"afk"
],
"devDependencies": {
"concurrently": "^9.2.0",
"nodemon": "^3.1.10",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1"
}
}