-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 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
{
"name": "steamify",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"build": "tsc",
"start": "tsc && node index.js",
"refreshSteam": "curl http://api.steampowered.com/ISteamApps/GetAppList/v0001/ > assets/steamGames.json"
},
"repository": {
"type": "git",
"url": "https://github.com/vrokolos/Steamify"
},
"author": "Iosif Karaioannoglou",
"license": "ISC",
"dependencies": {
"crc-full": "^1.1.0",
"gm": "^1.23.1",
"klaw-sync": "^6.0.0",
"long": "^4.0.0",
"node-fetch": "^2.6.0",
"regedit": "^3.0.3",
"sqlite3": "^4.1.0",
"steam-store": "^0.4.1",
"ts-node": "^8.6.2",
"tsc": "^1.20150623.0",
"typescript": "^3.8.3",
"windows-shortcuts": "^0.1.6",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@types/gm": "^1.18.7",
"@types/klaw-sync": "^6.0.0",
"@types/long": "^4.0.1",
"@types/node": "^13.7.7",
"@types/node-fetch": "^2.5.5",
"@types/sqlite3": "^3.1.5",
"@types/xml2js": "^0.4.5"
}
}