@snazzah/emoji-sync
Version:
Sync Discord emojis with your app
58 lines (57 loc) • 1.55 kB
JSON
{
"name": "@snazzah/emoji-sync",
"version": "0.1.2",
"description": "Sync Discord emojis with your app",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --minify --dts",
"format": "prettier . --write",
"lint": "eslint .",
"lint:sarif": "eslint . -f @microsoft/sarif -o eslint-results.sarif --quiet",
"lint:fix": "eslint . --fix",
"bump-version": "tsx scripts/bump-version.mts"
},
"author": {
"name": "Snazzah",
"email": "me@snazzah.com",
"url": "https://snazzah.com/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Snazzah/emoji-sync.git"
},
"bugs": {
"url": "https://github.com/Snazzah/emoji-sync/issues"
},
"funding": {
"url": "https://github.com/sponsors/Snazzah"
},
"keywords": [
"api",
"discord",
"discordapp",
"emoji"
],
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"devDependencies": {
"@eslint/js": "^9.21.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@types/node": "^22.13.9",
"eslint": "^9.21.0",
"prettier": "3.5.3",
"tsup": "^8.4.0",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.0",
"undici-types": "^7.4.0"
},
"dependencies": {
"eventemitter3": "^5.0.1"
}
}