Skip to content

Commit 55152dc

Browse files
authored
Update package details and author information
1 parent 72ac142 commit 55152dc

File tree

1 file changed

+38
-15
lines changed

1 file changed

+38
-15
lines changed

package.json

Lines changed: 38 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,46 @@
11
{
2-
"name": "steam-chat-logger",
2+
"name": "@refloow/steam-chat-logger",
33
"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.",
55
"main": "index.js",
6+
"private": true,
7+
"author": {
8+
"name": "Refloow",
9+
"email": "[email protected]",
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",
641
"bugs": {
742
"url": "https://github.com/Refloow/Steam-Chat-Logger/issues"
843
},
9-
"homepage": "https://github.com/Refloow/Steam-Chat-Logger",
1044
"dependencies": {
1145
"colors": "1.4.0",
1246
"console-master": "^1.0.3",
@@ -18,16 +52,5 @@
1852
"steam-user": "5.2.3",
1953
"steamcommunity": "3.48.8",
2054
"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+
}
3356
}

0 commit comments

Comments
 (0)