-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.45 KB
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
42
43
44
45
{
"name": "streamer.info",
"version": "2.0.0",
"description": "You will receive information about streamers streams on the platforms where they are available.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "ts-node src/index.ts",
"start": "node dist/index.js",
"watch": "tsc --watch",
"test": "jest",
"lint": "eslint dist/**/*.js || echo 'Lint requires build first. Run: npm run build'",
"prepare": "npm run build"
},
"keywords": [
"streamer.info", "stream", "video", "shorts", "stream info", "discord", "stream info", "streamer info", "kick", "twitch", "youtube", "kick stream", "twitch stream", "youtube stream", "youtube video", "youtube shorts", "typescript"
],
"engines": {
"node": ">=16.0.0"
},
"author": "Beftli",
"license": "MIT",
"bugs": {
"url": "https://github.com/beftlidev/streamer.info/issues"
},
"dependencies": {
"axios": "^1.10.0",
"cheerio": "^1.1.0",
"puppeteer": "^24.12.1",
"fast-xml-parser": "^5.2.5"
},
"devDependencies": {
"@types/node": "^24.0.13",
"@types/jest": "^30.0.0",
"@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.36.0",
"eslint": "^9.30.1",
"jest": "^30.0.4",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"homepage": "https://github.com/beftlidev/streamer.info/#readme"
}