diff options
| author | 8cy <[email protected]> | 2020-04-13 22:02:27 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-13 22:02:27 -0700 |
| commit | bd32bc296da4ba2e0f4ac6eae63ae193b5f60a50 (patch) | |
| tree | 72c613df10ece9bed5c168f741321f4485ac6eda /package.json | |
| parent | Initial commit (diff) | |
| download | dep-core-legacy.tar.xz dep-core-legacy.zip | |
The Startlegacy
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..444e388 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "package", + "version": "1.0.0", + "description": "", + "main": "app.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "sin", + "license": "MIT", + "dependencies": { + "@discordjs/opus": "^0.1.0", + "at-quotes": "^1.3.3", + "demojijs": "^1.2.0", + "discord.js": "^12.1.1", + "emoji-random": "^0.1.2", + "ffmpeg-static": "^4.0.1", + "is-image-url": "^1.1.8", + "moment": "^2.24.0", + "moment-duration-format": "^2.3.2", + "ytdl-core": "^2.0.1" + } +} |