-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 817 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 817 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
{
"name": "discorduseraccounts",
"version": "1.0.0",
"description": "Extract user account information from the Chingu Discord server",
"main": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/chingu-x/discorduseraccounts.git"
},
"keywords": [
"node",
"discordjs"
],
"author": "Jim Medlock",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/chingu-x/discorduseraccounts/issues"
},
"homepage": "https://github.com/chingu-x/discorduseraccounts#readme",
"scripts": {
"start": "node index.js extract users",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"airtable": "^0.11.6",
"commander": "^10.0.1",
"discord.js": "^14.10.2",
"dotenv": "^16.0.3"
}
}