forked from michaeljolley/twitch-orbit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 KB
/
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
38
39
40
41
{
"name": "twitch-orbit",
"version": "1.0.9",
"description": "Twitch integration for Orbit.love",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"lint": "eslint --ext .ts .",
"watch": "tsc -watch -p ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MichaelJolley/twitch-orbit.git"
},
"keywords": [
"orbit",
"twitch",
"community"
],
"author": "Michael Jolley <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MichaelJolley/twitch-orbit/issues"
},
"homepage": "https://github.com/MichaelJolley/twitch-orbit#readme",
"dependencies": {
"axios": "^0.21.1",
"comfy.js": "^1.1.9",
"dotenv": "^8.2.0"
},
"devDependencies": {
"@types/node": "^14.14.35",
"@types/tmi.js": "^1.7.1",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"eslint": "^7.22.0",
"typescript": "^4.2.3"
}
}