This repository was archived by the owner on Sep 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.53 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "angela.js-V13",
"version": "0.6",
"description": "Discord bot",
"main": "index.js",
"repository": "https://github.com/RedDusty/angela.js-V13",
"author": "RedDusty <61934784+RedDusty@users.noreply.github.com>",
"license": "MIT",
"private": false,
"scripts": {
"start": "node build/index.js",
"dev": "nodemon index.ts",
"build": "rm -rf build && tsc && tsc-alias && cp -r ./images/ ./build/images/ && cp -r ./json/ ./build/json/ && mkdir build/temp"
},
"heroku-run-build-script": true,
"nodemonConfig": {
"ignore": [
".git",
"node_modules"
],
"watch": [
"."
],
"exec": "node -r tsconfig-paths/register -r ts-node/register ./index.ts",
"ext": "js, ts"
},
"devDependencies": {
"@types/request": "^2.48.8",
"nodemon": "^2.0.16",
"ts-node": "^10.8.1",
"tsc-alias": "^1.6.9",
"tsconfig-paths": "^4.0.0",
"typescript": "^4.7.3"
},
"dependencies": {
"@discordjs/builders": "^0.15.0",
"@discordjs/opus": "^0.7.0",
"@discordjs/rest": "^0.5.0",
"@discordjs/voice": "^0.10.0",
"@types/xml2js": "^0.4.11",
"axios": "^0.27.2",
"canvas": "^2.9.1",
"cheerio": "^1.0.0-rc.11",
"discord-api-types": "^0.34.0",
"discord.js": "^13.8.0",
"dotenv": "^16.0.1",
"ffmpeg-static": "^5.0.0",
"firebase-admin": "^10.3.0",
"puppeteer": "^14.4.0",
"request": "^2.88.2",
"sodium": "^3.0.2",
"xml2js": "^0.4.23",
"youtube-dl-exec": "^2.0.12",
"youtube-sr": "^4.1.17",
"ytdl-core": "^4.11.0"
}
}