-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 989 Bytes
/
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
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@sitcommunity/discord-afk-js",
"version": "0.0.0",
"description": "discord-afk-js is a JavaScript library created to facilitate the management of AFK (Away From Keyboard) status within Discord bots.",
"private": true,
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/SITCommunity/discord-afk-js.git"
},
"keywords": [
"discord",
"afk",
"discord-afk-js",
"discord-afk"
],
"bugs": {
"url": "https://github.com/SITCommunity/discord-afk-js/issues"
},
"contributors": [
"BrokenEdtz <[email protected]>"
],
"author": "brokenedtz",
"license": "MIT",
"homepage": "https://cyrateam.xyz/project/discord-afk-js",
"funding": "https://github.com/SITCommunity/discord-afk-js?sponsor",
"devDependencies": {
"prettier": "^3.4.2",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
},
"type": "module",
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}