-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 973 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
{
"name": "scrapy",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"app": "tsc && node build/app.js",
"start:build": "tsc -w",
"start:run": "nodemon build/app.js",
"start": "concurrently npm:start:*",
"test": "jest --forceExit"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@types/jest": "^28.1.3",
"@types/node": "^18.0.0",
"@types/steam-totp": "^2.1.0",
"@types/steam-user": "^4.23.0",
"@types/steamcommunity": "^3.43.2",
"babel-jest": "^28.1.1",
"jest": "^28.1.1",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.1"
},
"dependencies": {
"backpack.tf-api": "^1.9.9",
"cheerio": "^1.0.0-rc.11",
"dotenv": "^16.0.1",
"prices-tf-wrapper": "^1.0.4",
"steam-tradeoffer-manager": "^2.10.5",
"steam-user": "^4.24.3"
}
}