|
1 | 1 | { |
2 | | - "name": "steam-chat-logger", |
| 2 | + "name": "@refloow/steam-chat-logger", |
3 | 3 | "version": "1.0.4", |
4 | | - "description": "Node.js based script for saving chat logs by day and user that is talked with on Steam", |
| 4 | + "description": "Refloow™ Steam Chat Logger - The official open source chat logging automation script maintained by the Refloow Organization.", |
5 | 5 | "main": "index.js", |
| 6 | + "private": true, |
| 7 | + "author": { |
| 8 | + "name": "Refloow", |
| 9 | + |
| 10 | + "url": "https://refloow.com" |
| 11 | + }, |
| 12 | + "contributors": [ |
| 13 | + { |
| 14 | + "name": "Veljko Vuckovic", |
| 15 | + "url": "https://github.com/Refloow" |
| 16 | + } |
| 17 | + ], |
| 18 | + "funding": { |
| 19 | + "type": "individual", |
| 20 | + "url": "https://refloow.com" |
| 21 | + }, |
| 22 | + "homepage": "https://refloow.com", |
| 23 | + "repository": { |
| 24 | + "type": "git", |
| 25 | + "url": "git+https://github.com/Refloow/Steam-Chat-Logger.git" |
| 26 | + }, |
| 27 | + "keywords": [ |
| 28 | + "Refloow", |
| 29 | + "Refloow™", |
| 30 | + "Official", |
| 31 | + "steam", |
| 32 | + "logging", |
| 33 | + "chat-logger" |
| 34 | + ], |
| 35 | + "scripts": { |
| 36 | + "test": "echo \"Error: no test specified\" && exit 1", |
| 37 | + "start": "title Refloow™ / Steam-Chat-Logger & node index.js" |
| 38 | + }, |
| 39 | + "license": "MIT", |
| 40 | + "years": "2020-2025", |
6 | 41 | "bugs": { |
7 | 42 | "url": "https://github.com/Refloow/Steam-Chat-Logger/issues" |
8 | 43 | }, |
9 | | - "homepage": "https://github.com/Refloow/Steam-Chat-Logger", |
10 | 44 | "dependencies": { |
11 | 45 | "colors": "1.4.0", |
12 | 46 | "console-master": "^1.0.3", |
|
18 | 52 | "steam-user": "5.2.3", |
19 | 53 | "steamcommunity": "3.48.8", |
20 | 54 | "winston": "3.3.3" |
21 | | - }, |
22 | | - "scripts": { |
23 | | - "test": "echo \"no test specified\" && exit 1", |
24 | | - "start": "title Refloow / Steam-Chat-Logger & node index.js pause" |
25 | | - }, |
26 | | - "repository": { |
27 | | - "type": "git", |
28 | | - "url": "git+https://https://github.com/Refloow/Steam-Chat-Logger.git" |
29 | | - }, |
30 | | - "author": "Veljko Vuckovic", |
31 | | - "license": "MIT", |
32 | | - "years": "2020-2021-2022-2023-2024-2025" |
| 55 | + } |
33 | 56 | } |
0 commit comments