chore: remove docgen test stuff (#8231)

This commit is contained in:
Almeida
2022-07-05 13:13:11 +01:00
committed by GitHub
parent fd1c24036f
commit d2e74003d5
3 changed files with 2 additions and 5 deletions

View File

@@ -3,7 +3,6 @@
"version": "0.12.0-dev",
"description": "The docs.json generator for discord.js and its related projects",
"scripts": {
"test": "vitest run",
"build": "tsup",
"lint": "prettier --cache --check . && eslint src --ext mjs,js,ts --cache",
"format": "prettier --cache --write . && eslint src --ext mjs,js,ts --fix --cache",
@@ -63,8 +62,7 @@
"eslint": "^8.18.0",
"prettier": "^2.7.1",
"tsup": "^6.1.2",
"typescript": "^4.7.4",
"vitest": "^0.17.0"
"typescript": "^4.7.4"
},
"engines": {
"node": ">=16.9.0"