-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
35 lines (35 loc) · 932 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "discord-emoji-converter",
"version": "1.2.10",
"description": "Module to convert Discord emoji shortcodes to emoji characters, and vice versa.",
"main": "index.js",
"type": "commonjs",
"types": "index.d.ts",
"scripts": {
"test": "mocha scripts/test.js",
"generate": "node scripts/generate.js",
"build": "node scripts/build.js",
"prepack": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArkinSolomon/discord-emoji-converter.git"
},
"keywords": [
"discord",
"emoji",
"shortcode",
"shortcodes"
],
"author": "Arkin Solomon",
"license": "MIT",
"bugs": {
"url": "https://github.com/ArkinSolomon/discord-emoji-converter/issues"
},
"homepage": "https://github.com/ArkinSolomon/discord-emoji-converter#readme",
"devDependencies": {
"discord-emoji": "^2.3.0",
"mocha": "^9.0.3",
"terser": "^5.12.1"
}
}