-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.4 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
43
44
45
46
47
48
49
50
51
52
{
"name": "@mineskin/requests",
"version": "1.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"license": "MIT",
"scripts": {
"build": "yarn tsc",
"test": "yarn jest",
"release": "commit-and-tag-version"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"repository": "https://github.com/MineSkin/mineskin-requests.git",
"author": {
"name": "Haylee Schäfer",
"email": "[email protected]",
"url": "https://inventivetalent.org"
},
"dependencies": {
"@inventivetalent/axios-rate-limit": "^1.3.5",
"@inventivetalent/time": "^1.0.3",
"@mineskin/core": "git+ssh://[email protected]/MineSkin/mineskin-core.git",
"@mineskin/types": "git+ssh://[email protected]/MineSkin/mineskin-types.git",
"@sentry/cli": "^2.32.2",
"@sentry/node": "^8.18.0",
"@sentry/profiling-node": "^8.18.0",
"axios": "^1.7.2",
"axios-rate-limit": "^1.4.0",
"dotenv": "^16.4.5",
"https-proxy-agent": "5.0.1",
"ip-address": "^10.0.0",
"jobqu": "^2.0.5"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"commit-and-tag-version": "^12.4.1",
"inversify": "^6.2.0",
"jest": "^29.7.0",
"nodemon": "^3.1.2",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"packageManager": "[email protected]"
}