-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 815 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
{
"name": "serverstate-minecraft",
"version": "1.0.0",
"description": "Showcase minecraft server state as signature or in readme",
"main": "index.js",
"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.7",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1"
},
"devDependencies": {
"jest": "^29.7.0"
}
}