@antibot/interactions
Version:
## 🗡️ An interactions library made for Discord interactions
48 lines (47 loc) • 1.27 kB
JSON
{
"name": "@antibot/interactions",
"version": "1.4.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "J_DDev",
"license": "MIT",
"scripts": {
"build": "tsc",
"prepublish": "yarn build",
"pb": "yarn publish --access public",
"start": "node tests/test.js",
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\""
},
"devDependencies": {
"ts-node-dev": "^2.0.0",
"typescript": "^5.1.6"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"cross-fetch": "^4.0.0",
"discord-interactions": "^3.4.0",
"eslint": "^8.57.0",
"eslint-plugin-json": "^3.1.0",
"ngrok": "^5.0.0-beta.2",
"prettier": "^3.5.2",
"typescript-eslint": "^7.4.0"
},
"repository": {
"url": "https://github.com/antibot-team/interactions"
},
"keywords": [
"discord",
"discord-bot",
"waifu",
"slash",
"slash-commands",
"command",
"commands",
"discord-commands",
"discord-slash",
"commands-discord",
"slash-discord",
"slashy"
]
}