-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 890 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
{
"name": "serverstate-minecraft",
"version": "1.0.0",
"description": "Showcase minecraft server state as signature or in readme",
"main": "index.js",
"engines": {
"node": "22.x"
},
"scripts": {
"start": "node index.js",
"test": "jest --coverage",
"test:watch": "jest --watch"
},
"author": "Jayant Navrange",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jayantur13/serverstate-minecraft.git"
},
"homepage": "https://github.com/jayantur13/serverstate-minecraft#readme",
"bugs": {
"url": "https://github.com/jayantur13/serverstate-minecraft/issues"
},
"overrides": {
"semver": "7.5.4"
},
"dependencies": {
"axios": "^1.7.9",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.0"
},
"devDependencies": {
"jest": "^29.7.0"
}
}