-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 833 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": "steam-price-api",
"version": "2.0.0",
"description": "Gets market information from steam servers",
"main": "index.js",
"scripts": {
"test": "start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThunbergOlle/steam-price.git"
},
"keywords": [
"steam market",
"market api steam",
"steam-pricing",
"steam-market-api",
"steam-market-pricing",
"steam prices",
"csgo item prices",
"steam item prices",
"steamapi",
"steamcommunity",
"steam market pricing"
],
"author": "OlleThunberg <olle.thunberg03@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ThunbergOlle/steam-price/issues"
},
"homepage": "https://github.com/ThunbergOlle/steam-price#readme",
"dependencies": {
"request": "^2.87.0"
}
}