-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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": "mineskin-core",
"version": "0.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "yarn tsc",
"test": "yarn jest --verbose --detectOpenHandles"
},
"repository": "https://github.com/MineSkin/mineskin-core.git",
"author": {
"name": "Haylee Schäfer",
"email": "[email protected]",
"url": "https://inventivetalent.org"
},
"dependencies": {
"@sentry/cli": "^2.32.2",
"@sentry/node": "^8.18.0",
"@sentry/profiling-node": "^8.18.0",
"dotenv": "^16.4.5",
"flagsmith-nodejs": "^3.3.3",
"inversify": "^6.0.3",
"redis": "^4.7.0",
"reflect-metadata": "^0.2.2",
"winston": "^3.14.2",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^22.7.5",
"@types/tmp": "^0",
"axios": "^1.7.7",
"jest": "^29.7.0",
"metrics-node": "^1.2.2",
"nodemon": "^3.1.7",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]"
}