-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
46 lines (46 loc) · 948 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "steam-market-pricing",
"version": "2.0.0",
"description": "Simple module that checks steam market prices",
"main": "index.js",
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aareksio/node-steam-market-pricing.git"
},
"keywords": [
"steam",
"market",
"pricing",
"price",
"community",
"marketplace",
"item",
"skin",
"weapon",
"cs:go",
"csgo",
"dota",
"dota2",
"tf",
"tf2"
],
"author": "Arkadiusz Sygulski <[email protected]> (http://sygulski.pl)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Aareksio/node-steam-market-pricing/issues"
},
"homepage": "https://github.com/Aareksio/node-steam-market-pricing#readme",
"dependencies": {
"got": "^8.0.1",
"p-map": "^1.2.0"
},
"devDependencies": {
"ava": "^0.24.0"
},
"engines": {
"node": ">= 7.6"
}
}