@skeet-framework/discord-utils
Version:
Skeet Framework Plugin - Discord Utils
56 lines • 1.45 kB
JSON
{
"name": "@skeet-framework/discord-utils",
"version": "0.4.2",
"description": "Skeet Framework Plugin - Discord Utils",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/elsoul/skeet.git"
},
"keywords": [
"TypeScript",
"Serverless",
"AI",
"Web3",
"Discord",
"Skeet Plugin",
"framework"
],
"author": "ELSOUL LABO B.V.",
"license": "Apache-2.0",
"private": false,
"bugs": {
"url": "https://github.com/elsoul/skeet/issues"
},
"homepage": "https://skeet.dev",
"dependencies": {
"discord-interactions": "3.4.0",
"discord.js": "14.14.1",
"dotenv": "16.4.5"
},
"devDependencies": {
"@types/node": "20.12.5",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"esbuild": "0.20.2",
"eslint": "9.0.0",
"eslint-config-prettier": "9.1.0",
"nodemon": "3.1.0",
"prettier": "3.2.5",
"tsx": "4.7.2",
"typedoc": "0.25.12",
"typescript": "5.4.4",
"vite": "5.2.8",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.4.0"
},
"scripts": {
"test": "vitest",
"build": "rm -rf dist/ && tsx build.ts && tsc --emitDeclarationOnly && mv -f dist/src/* dist/ && rm -rf dist/src/ && pnpm build-doc",
"build-doc": "typedoc src/index.ts --out docs",
"dev": "tsx src/index.ts"
}
}