Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3urobeat committed Jun 22, 2021
1 parent afbd894 commit 47df8d3
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 0 deletions.
73 changes: 73 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "steamid-resolver",
"version": "0.1.0",
"description": "NPM library to get steamids of profile links/names and the other way around",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HerrEurobeat/node-steamid-resolver.git"
},
"keywords": [
"steam",
"steamid",
"npm",
"library"
],
"author": "3urobeat",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/HerrEurobeat/node-steamid-resolver/issues"
},
"homepage": "https://github.com/HerrEurobeat/node-steamid-resolver#readme",
"dependencies": {
"https": "^1.0.0",
"xml2js": "^0.4.23"
}
}

0 comments on commit 47df8d3

Please sign in to comment.