mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
84 lines
2.1 KiB
JSON
84 lines
2.1 KiB
JSON
{
|
|
"name": "@discordjs/website",
|
|
"version": "0.1.0-dev",
|
|
"description": "A set of builders that you can use when creating your bot",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "remix build",
|
|
"dev": "remix dev",
|
|
"lint": "prettier --check . && eslint src --ext mjs,js,ts,tsx",
|
|
"format": "prettier --write . && eslint src --ext mjs,js,ts,tsx --fix"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"directories": {
|
|
"lib": "src",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"contributors": [
|
|
"Crawl <icrawltogo@gmail.com>"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"discord",
|
|
"api",
|
|
"bot",
|
|
"client",
|
|
"node",
|
|
"discordapp",
|
|
"discordjs"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/discordjs/discord.js.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/discordjs/discord.js/issues"
|
|
},
|
|
"homepage": "https://discord.js.org",
|
|
"dependencies": {
|
|
"@remix-run/node": "^1.5.1",
|
|
"@remix-run/react": "^1.5.1",
|
|
"@remix-run/serve": "^1.5.1",
|
|
"@remix-run/server-runtime": "^1.5.1",
|
|
"@remix-run/vercel": "^1.5.1",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@remix-run/dev": "^1.5.1",
|
|
"@testing-library/cypress": "^8.0.3",
|
|
"@testing-library/dom": "^8.13.0",
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^13.3.0",
|
|
"@testing-library/user-event": "^14.2.0",
|
|
"@types/node": "^16.11.38",
|
|
"@types/react": "^18.0.12",
|
|
"@types/react-dom": "^18.0.5",
|
|
"@typescript-eslint/eslint-plugin": "^5.27.1",
|
|
"@typescript-eslint/parser": "^5.27.1",
|
|
"@vitejs/plugin-react": "^1.3.2",
|
|
"c8": "^7.11.3",
|
|
"cypress": "^10.0.3",
|
|
"eslint": "^8.17.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",
|
|
"eslint-plugin-react": "^7.30.0",
|
|
"eslint-plugin-react-hooks": "^4.5.0",
|
|
"happy-dom": "^5.0.0",
|
|
"msw": "^0.42.1",
|
|
"prettier": "^2.6.2",
|
|
"typedoc": "^0.22.17",
|
|
"typescript": "^4.7.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.9.0"
|
|
}
|
|
}
|