UNPKG

@mkody/twitch-emoticons

Version:

Gets Twitch, BTTV, FFZ and 7TV emotes as well as parsing text to emotes!

76 lines (75 loc) 2.07 kB
{ "name": "@mkody/twitch-emoticons", "version": "2.9.7", "description": "Gets Twitch, BTTV, FFZ and 7TV emotes as well as parsing text to emotes!", "main": "src/index.js", "typings": "typings/index.d.ts", "keywords": [ "7tv", "bettertwitchtv", "bttv", "emotes", "emoticons", "ffz", "frankerfacez", "parse", "seventv", "twitch-api", "twitch" ], "author": "MKody <gh@kdy.ch> (André Fernandes)", "contributors": [ "1Computer", "Killusions", "MKody", "Tzahi12345" ], "license": "MIT", "dependencies": { "@twurple/api": "^7.4.0", "@twurple/auth": "^7.4.0", "axios": "^1.13.6" }, "devDependencies": { "@eslint/js": "^10.0.1", "@jest/globals": "^30.3.0", "@microsoft/eslint-formatter-sarif": "^3.1.0", "docdash": "^2.0.2", "esbuild": "^0.27.4", "eslint": "^10.0.3", "eslint-plugin-jsdoc": "^62.8.0", "globals": "^17.4.0", "jest": "^30.3.0", "jsdoc": "^4.0.5" }, "scripts": { "all": "pnpm run lint && pnpm run test && pnpm run build && pnpm run docs", "build": "esbuild ./src/index.js --bundle --minify --keep-names --sourcemap --format=esm --outfile=./dist/TwitchEmoticons.min.js", "docs": "jsdoc --configure .jsdoc.json", "lint": "eslint ./src ./test", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/mkody/twitch-emoticons.git" }, "bugs": { "url": "https://github.com/mkody/twitch-emoticons/issues" }, "homepage": "https://github.com/mkody/twitch-emoticons", "directories": { "doc": "docs", "test": "test" }, "engines": { "node": ">=18.0.0", "pnpm": ">=9" }, "packageManager": "pnpm@10.32.1", "pnpm": { "onlyBuiltDependencies": [ "esbuild", "unrs-resolver" ] } }