Skip to content

Commit e0b7fce

Browse files
authored
Update package name and author information
1 parent dca12b2 commit e0b7fce

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

package.json

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
11
{
2-
"name": "steam-auto-friend",
2+
"name": "@refloow/steam-auto-friend",
33
"version": "1.3.4",
4-
"description": "Node.js based script to accept incoming friend requests on steam sending one custom welcome message and displaying custom playing game status message.",
4+
"description": "Refloow™ Steam Auto Friend - Node.js based script to accept incoming friend requests on steam sending one custom welcome message and displaying custom playing game status message.",
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+
},
622
"bugs": {
723
"url": "https://github.com/Refloow/Steam-Auto-Friend/issues"
824
},
@@ -26,8 +42,4 @@
2642
"repository": {
2743
"type": "git",
2844
"url": "git+https://https://github.com/Refloow/Steam-Auto-Friend.git"
29-
},
30-
"author": "Veljko Vuckovic",
31-
"license": "MIT",
32-
"years": "2020-2022-2023-2024-2025"
33-
}
45+
}

0 commit comments

Comments
 (0)