-
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) · 889 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 889 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
36
{
"name": "windowie",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@discordjs/builders": "^0.13.0",
"@discordjs/rest": "^0.4.1",
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"delayed-stream": "^1.0.0",
"discord-api-types": "^0.30.0",
"discord-sync-commands": "^0.3.0",
"discord.js": "^13.7.0",
"fast-deep-equal": "^3.1.3",
"form-data": "^4.0.0",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"node-fetch": "^2.6.7",
"node-webcam": "^0.8.0",
"nodemon": "^2.0.16",
"tr46": "^0.0.3",
"ts-mixer": "^6.0.1",
"tslib": "^2.4.0",
"webidl-conversions": "^3.0.1",
"whatwg-url": "^5.0.0",
"ws": "^8.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ."
},
"keywords": [],
"author": "",
"license": "ISC"
}