{ "name": "@discordjs/website", "version": "0.1.0", "description": "A set of builders that you can use when creating your bot", "private": true, "scripts": { "test": "vitest run", "build": "next build", "build:css": "yarn generate:css", "dev": "next dev", "dev:css": "yarn generate:css --watch", "generate:css": "unocss 'src/**/*.tsx' --out-file ./src/styles/unocss.css", "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 " ], "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": { "@microsoft/api-extractor-model": "^7.22.1", "@microsoft/tsdoc": "0.14.1", "@microsoft/tsdoc-config": "0.16.1", "@vscode/codicons": "^0.0.31", "next": "^12.2.3", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.4.0", "react-syntax-highlighter": "^15.5.0", "sharp": "^0.30.7" }, "devDependencies": { "@testing-library/cypress": "^8.0.3", "@testing-library/dom": "^8.16.0", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^14.3.0", "@types/node": "^16.11.45", "@types/react-dom": "^18.0.6", "@types/react-syntax-highlighter": "^15.5.3", "@typescript-eslint/eslint-plugin": "^5.30.7", "@typescript-eslint/parser": "^5.30.7", "@unocss/cli": "^0.44.5", "@unocss/preset-web-fonts": "^0.44.5", "@unocss/reset": "^0.44.5", "@unocss/webpack": "^0.44.5", "@vitejs/plugin-react": "^2.0.0", "c8": "^7.12.0", "cypress": "^10.3.1", "eslint": "^8.20.0", "eslint-config-marine": "^9.4.1", "eslint-config-prettier": "^8.5.0", "eslint-import-resolver-typescript": "^3.3.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", "happy-dom": "^6.0.4", "msw": "^0.44.2", "prettier": "^2.7.1", "typescript": "^4.7.4", "unocss": "^0.44.5", "vercel": "^27.2.0", "vitest": "^0.18.1" }, "engines": { "node": ">=16.9.0" }, "installConfig": { "hoistingLimits": "workspaces" } }