-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 821 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 821 Bytes
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": "steamcmd-api-node",
"version": "0.0.1",
"description": "A SteamCmd Api for nodejs.",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1337cookie/steamcmd-api-node.git"
},
"keywords": [
"Steam",
"SteamCMD",
"API"
],
"author": "1337cookie",
"license": "MIT",
"bugs": {
"url": "https://github.com/1337cookie/steamcmd-api-node/issues"
},
"homepage": "https://github.com/1337cookie/steamcmd-api-node#readme",
"devDependencies": {
"@types/node": "^18.0.6"
},
"dependencies": {
"@node-steam/vdf": "^2.2.0",
"dotenv": "^16.0.1",
"node-pty": "^0.10.1",
"strip-ansi": "^7.0.1"
}
}