@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
JSON
{
"name": "@mkody/twitch-emoticons",
"version": "2.9.2",
"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.3.0",
"@twurple/auth": "^7.3.0",
"axios": "^1.9.0"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@jest/globals": "^29.7.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"docdash": "^2.0.2",
"esbuild": "^0.25.4",
"eslint": "^9.27.0",
"eslint-plugin-jsdoc": "^50.6.17",
"globals": "^16.1.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.11.0",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}