-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.12 KB
/
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
{
"name": "steam-market-search",
"version": "1.4.3",
"description": "A NodeJS package for searching the steam marketplace",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"version": "git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DrKain/steam-market-search.git"
},
"keywords": [
"steam",
"market",
"api",
"prices",
"search",
"emoticons",
"trading cards",
"backgrounds",
"booster packs"
],
"author": "Kain (http://ksir.pw)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DrKain/steam-market-search/issues"
},
"homepage": "https://github.com/DrKain/steam-market-search#readme",
"devDependencies": {
"@types/node": "^14.17.0",
"prettier": "^2.0.5",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3"
},
"dependencies": {}
}