@discordjs/builders
Advanced tools
Comparing version 0.14.0 to 0.15.0-dev.1654387861-10009a4
{ | ||
"name": "@discordjs/builders", | ||
"version": "0.14.0", | ||
"version": "0.15.0-dev.1654387861-10009a4", | ||
"description": "A set of builders that you can use when creating your bot", | ||
"scripts": { | ||
"build": "tsup", | ||
"test": "jest --pass-with-no-tests", | ||
"lint": "prettier --check . && eslint src __tests__ --ext mjs,js,ts", | ||
"format": "prettier --write . && eslint src __tests__ --ext mjs,js,ts --fix", | ||
"docs": "typedoc --json docs/typedoc-out.json src/index.ts && node scripts/docs.mjs", | ||
"docs": "typedoc --json docs/typedoc-out.json src/index.ts && ts-docgen -i docs/typedoc-out.json -c docs/index.yml -o docs/docs.json", | ||
"prepublishOnly": "yarn build && yarn lint && yarn test", | ||
@@ -63,12 +62,6 @@ "changelog": "git cliff --prepend ./CHANGELOG.md -l -c ./cliff.toml -r ../../ --include-path 'packages/builders/*'" | ||
"devDependencies": { | ||
"@babel/core": "^7.18.2", | ||
"@babel/plugin-proposal-decorators": "^7.18.2", | ||
"@babel/preset-env": "^7.18.2", | ||
"@babel/preset-typescript": "^7.17.12", | ||
"@discordjs/ts-docgen": "^0.4.1", | ||
"@types/jest": "^28.1.0", | ||
"@discordjs/scripts": "^0.1.0-dev", | ||
"@types/node": "^16.11.38", | ||
"@typescript-eslint/eslint-plugin": "^5.27.0", | ||
"@typescript-eslint/parser": "^5.27.0", | ||
"babel-plugin-transform-typescript-metadata": "^0.3.2", | ||
"eslint": "^8.17.0", | ||
@@ -78,3 +71,2 @@ "eslint-config-marine": "^9.4.1", | ||
"eslint-plugin-import": "^2.26.0", | ||
"jest": "^28.1.0", | ||
"prettier": "^2.6.2", | ||
@@ -90,3 +82,4 @@ "tsup": "^6.0.1", | ||
"access": "public" | ||
} | ||
}, | ||
"stableVersion": "0.15.0-dev" | ||
} |
@@ -12,3 +12,2 @@ <div align="center"> | ||
<a href="https://github.com/discordjs/discord.js/actions"><img src="https://github.com/discordjs/discord.js/actions/workflows/test.yml/badge.svg" alt="Build status" /></a> | ||
<a href="https://codecov.io/gh/discordjs/builders"><img src="https://codecov.io/gh/discordjs/builders/branch/main/graph/badge.svg" alt="Code coverage" /></a> | ||
</p> | ||
@@ -15,0 +14,0 @@ </div> |
12
454535
53