mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
feat: add util package for generating search indices (#8571)
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
"description": "A set of scripts that we use for our workflows",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "vitest run",
|
||||
"build": "unbuild",
|
||||
"lint": "prettier --check . && TIMING=1 eslint src --ext mjs,js,ts",
|
||||
"format": "prettier --write . && TIMING=1 eslint src --ext mjs,js,ts --fix",
|
||||
@@ -44,6 +43,9 @@
|
||||
},
|
||||
"homepage": "https://discord.js.org",
|
||||
"dependencies": {
|
||||
"@discordjs/api-extractor-utils": "workspace:^",
|
||||
"@microsoft/api-extractor-model": "^7.23.3",
|
||||
"@microsoft/tsdoc": "^0.14.1",
|
||||
"commander": "^9.4.0",
|
||||
"tslib": "^2.4.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user