-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 894 Bytes
/
package.json
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
{
"name": "steamid-resolver",
"version": "1.3.5",
"description": "NPM library to get steamIDs from profile or group links, the other way around and validate sharedfileIDs",
"main": "src/index.js",
"scripts": {
"test": "jest",
"types": "jsdoc -t node_modules/tsd-jsdoc/dist -r ./index.js -d types"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3urobeat/node-steamid-resolver.git"
},
"keywords": [
"steam",
"steamid",
"npm",
"library"
],
"author": "3urobeat",
"license": "MIT",
"bugs": {
"url": "https://github.com/3urobeat/node-steamid-resolver/issues"
},
"homepage": "https://github.com/3urobeat/node-steamid-resolver#readme",
"dependencies": {
"https": "^1.0.0",
"xml2js": "^0.6.2"
},
"types": "./types/types.d.ts",
"devDependencies": {
"jest": "^29.7.0",
"tsd-jsdoc": "^2.5.0"
}
}