-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 839 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 839 Bytes
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
{
"name": "copycat",
"version": "2.0.0",
"description": "Program that copies game + title from 1 twitch account to the other, and plays ads on every change",
"main": "copycat.js",
"type": "commonjs",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BSGmarathon/copycat.git"
},
"author": "Riek-lt",
"license": "ISC",
"bugs": {
"url": "https://github.com/BSGmarathon/copycat/issues"
},
"homepage": "https://github.com/BSGmarathon/copycat#readme",
"dependencies": {
"axios": "^1.3.5",
"dotenv": "^16.0.3",
"node-fetch": "^3.2.4"
},
"devDependencies": {
"@koa/router": "^12.0.0",
"@types/koa": "^2.13.6",
"@types/koa__router": "^12.0.0",
"@types/node": "^18.15.11",
"koa": "^2.14.2",
"typescript": "^5.0.4"
}
}