-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 953 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
{
"name": "@mineskin/auth",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"license": "MIT",
"scripts": {
"build": "yarn tsc",
"test": "yarn jest"
},
"repository": "https://github.com/MineSkin/mineskin-auth.git",
"author": {
"name": "Haylee Schäfer",
"email": "[email protected]",
"url": "https://inventivetalent.org"
},
"devDependencies": {
"@mineskin/types": "git+ssh://[email protected]/MineSkin/mineskin-types.git",
"@types/jest": "^29.5.13",
"@types/node": "^20.14.9",
"@types/qs": "^6",
"jest": "^29.7.0",
"nodemon": "^3.1.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"packageManager": "[email protected]",
"dependencies": {
"@inventivetalent/xboxlive-auth": "^4.1.0",
"@sentry/node": "^8.34.0",
"axios": "^1.7.9",
"qs": "^6.12.3",
"winston": "^3.14.2"
}
}