@discordjs/voice
Advanced tools
Comparing version 0.11.0-dev.1655815496-c6f285b to 0.11.0-dev.1655856674-65d1879
{ | ||
"name": "@discordjs/voice", | ||
"version": "0.11.0-dev.1655815496-c6f285b", | ||
"version": "0.11.0-dev.1655856674-65d1879", | ||
"description": "Implementation of the Discord Voice API for node.js", | ||
"scripts": { | ||
"build": "tsup && node scripts/postbuild.mjs", | ||
"test": "jest --pass-with-no-tests --collect-coverage", | ||
"lint": "prettier --check . && eslint src __tests__ --ext mjs,js,ts", | ||
"format": "prettier --write . && eslint src __tests__ --ext mjs,js,ts --fix", | ||
"test": "jest --coverage", | ||
"lint": "prettier --cache --check . && eslint src __tests__ --ext mjs,js,ts --cache", | ||
"format": "prettier --cache --write . && eslint src __tests__ --ext mjs,js,ts --fix --cache", | ||
"docs": "docgen -i src/index.ts -c docs/index.json -o docs/docs.json --typescript", | ||
"prepublishOnly": "yarn build && yarn lint && yarn test", | ||
"prepack": "yarn build && yarn lint && yarn test", | ||
"changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/voice/*'", | ||
@@ -68,10 +68,3 @@ "release": "cliff-jumper" | ||
"@types/jest": "^28.1.2", | ||
"@types/node": "^16.11.41", | ||
"@typescript-eslint/eslint-plugin": "^5.28.0", | ||
"@typescript-eslint/parser": "^5.28.0", | ||
"eslint": "^8.18.0", | ||
"eslint-config-marine": "^9.4.1", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-import-resolver-typescript": "^2.7.1", | ||
"eslint-plugin-import": "^2.26.0", | ||
"jest": "^28.1.1", | ||
@@ -78,0 +71,0 @@ "jest-websocket-mock": "^2.3.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
562517
15
5705