forked from seishun/node-steam-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 714 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "steam-resources",
"version": "1.2.2",
"description": "Steam resources for Node.js",
"scripts": {
"prepare": "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"
}