-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 989 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 989 Bytes
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
{
"name": "backpacktf-oauth",
"version": "1.0.1",
"description": "A wrapper for https://www.backpack.tf OAuth API.",
"main": "dist/index.js",
"types": "./types",
"dependencies": {
"@tf2autobot/tf2-schema": "^2.4.1",
"@tf2autobot/tf2-sku": "^2.0.3",
"got": "^11.8.3",
"simple-oauth2": "^4.2.0"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/simple-oauth2": "^4.1.0",
"jest": "^26.6.3",
"prettier": "^2.8.7",
"ts-jest": "^26.5.6",
"typescript": "^4.6.2"
},
"scripts": {
"prepublishOnly": "tsc",
"compile": "tsc",
"test": "jest --colors --coverage test",
"pretty": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\""
},
"author": "Erdem Gez",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Preport/backpacktf.git"
},
"bugs": {
"url": "https://github.com/Preport/backpacktf/issues"
},
"homepage": "https://github.com/Preport/backpacktf#readme"
}