UNPKG

@mkody/twitch-emoticons

Version:

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

75 lines (74 loc) 2.05 kB
{ "name": "@mkody/twitch-emoticons", "version": "2.9.1", "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.2.1", "@twurple/auth": "^7.2.1", "axios": "^1.8.4" }, "devDependencies": { "@eslint/js": "^9.23.0", "@jest/globals": "^29.7.0", "@microsoft/eslint-formatter-sarif": "^3.1.0", "docdash": "^2.0.2", "esbuild": "^0.25.1", "eslint": "^9.23.0", "eslint-plugin-jsdoc": "^50.6.9", "globals": "^16.0.0", "jest": "^29.7.0", "jsdoc": "^4.0.4" }, "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 --verbose", "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.6.5", "pnpm": { "onlyBuiltDependencies": [ "esbuild" ] } }