UNPKG

ayaka

Version:

Вспомогательный Node.js модуль для упрощения жизни в разработке discord.js ботов.

27 lines (26 loc) 761 B
{ "name": "ayaka", "version": "2.0.6", "description": "Вспомогательный Node.js модуль для упрощения жизни в разработке discord.js ботов.", "main": "./dist/cjs/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "npm run build:esm && npm run build:cjs", "build:esm": "tsc -p tsconfig.json", "build:cjs": "tsc -p tsconfig.cjs.json" }, "keywords": [ "ayaka", "ayaka_bot", "ayaka_community", "discord.js" ], "author": "raikiri", "license": "ISC", "dependencies": { "axios": "^1.8.2", "cheerio": "^1.0.0", "html-entities": "^2.5.2" } }