-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
37 lines (37 loc) · 894 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
36
37
{
"name": "emotejam",
"version": "1.0.0",
"description": "Simple website that generates animated BTTV emotes from static images",
"main": "index.js",
"type": "module",
"scripts": {
"build": "node build.js build",
"watch": "node build.js watch",
"serve": "node build.js serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsoding/emoteJAM.git"
},
"keywords": [
"bttv",
"twitch",
"emotes",
"emoji",
"webgl",
"gif",
"memes"
],
"author": "Alexey Kutepov <reximkut@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tsoding/emoteJAM/issues"
},
"homepage": "https://github.com/tsoding/emoteJAM#readme",
"devDependencies": {
"@types/gif.js": "^0.2.1",
"@types/node": "^20.9.3",
"typescript": "^4.3.2"
}
}