mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
chore: monorepo setup (#7175)
This commit is contained in:
28
packages/voice/examples/recorder/package.json
Normal file
28
packages/voice/examples/recorder/package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "receiver-bot",
|
||||
"version": "0.0.1",
|
||||
"description": "An example receiver bot written using @discordjs/voice",
|
||||
"scripts": {
|
||||
"start": "npm run build && node -r tsconfig-paths/register dist/bot",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"lint": "eslint src --ext .ts",
|
||||
"lint:fix": "eslint src --ext .ts --fix",
|
||||
"prettier": "prettier --write **/*.{ts,js,json,yml,yaml}",
|
||||
"build": "tsc",
|
||||
"build:check": "tsc --noEmit --incremental false"
|
||||
},
|
||||
"author": "Amish Shah <contact@shah.gg>",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@discordjs/opus": "^0.5.3",
|
||||
"discord-api-types": "^0.22.0",
|
||||
"discord.js": "^13.0.1",
|
||||
"libsodium-wrappers": "^0.7.9",
|
||||
"node-crc": "^1.3.2",
|
||||
"prism-media": "^2.0.0-alpha.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tsconfig-paths": "^3.10.1",
|
||||
"typescript": "~4.3.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user