-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 960 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
{
"name": "videouploadtodiscord",
"version": "1.0.1",
"description": "upload videos to discord",
"main": "index.js",
"scripts": {
"start": "nodemon src/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"startprod": "babel-node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com:apivideo/privatedelegatedtoken.git"
},
"keywords": [
"video",
"upload",
"discordjs"
],
"author": "doug",
"license": "ISC",
"bugs": {
"url": "https://github.com/apivideo/privatedelegatedtoken/issues"
},
"homepage": "https://github.com/apivideo/privatedelegatedtoken#readme",
"dependencies": {
"@api.video/nodejs-client": "^2.0.8",
"@api.video/nodejs-sdk": "^1.8.5",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.3.0",
"limiter": "^2.1.0",
"nodemon": "^2.0.6",
"request": "^2.88.2"
}
}