-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 738 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "steam-resources",
"main": "index.js",
"version": "1.2.2",
"description": "Steam resources for Node.js",
"scripts": {
"svnupdate": "svn checkout https://github.com/SteamDatabase/Protobufs/trunk protobufs && svn checkout https://github.com/SteamRE/SteamKit/trunk/Resources/ProtobufGen protobuf_gen && svn checkout https://github.com/SteamRE/SteamKit/trunk/Resources/SteamLanguage steam_language"
},
"dependencies": {
"bytebuffer": "^5.0",
"csv-parse": "^4.0.1",
"protobufjs": "^4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/seishun/node-steam-resources"
},
"keywords": [
"steam"
],
"author": "Nikolai Vavilov <vvnicholas@gmail.com>",
"license": "MIT"
}