twitch-emote
Version:
splice twitch emotes from a message string
41 lines (40 loc) • 1.01 kB
JSON
{
"main": "lib/index.js",
"scripts": {
"prettier": "prettier --write src tests",
"build": "npm run prettier && tsc",
"buildexamples": "cd examples && npm run build && prettier --write .",
"test": "node tests"
},
"name": "twitch-emote",
"version": "1.1.3",
"author": "",
"license": "ISC",
"description": "splice twitch emotes from a message string",
"keywords": [
"twitch",
"emotes",
"emote",
"splice",
"split",
"parse",
"emote parse",
"twitch emotes",
"twitch emote",
"twitch emote parse"
],
"repository": {
"type": "git",
"url": "git@git.zomo.dev:zomo/node-twitch-emotes.git"
},
"directories": {
"lib": "lib"
},
"devDependencies": {
"@types/node": "^20.10.5",
"prettier": "^2.8.8",
"source-map-support": "^0.5.21",
"stack-trace": "1.0.0-pre1",
"typescript": "^4.9.5"
}
}