-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 965 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
{
"name": "@djwoodz/satisfactory-dedicated-server-lightweight-query-probe",
"version": "0.1.0",
"description": "A zero dependency Node.js library for probing the Lightweight Query API of a Satisfactory Dedicated Server.",
"main": "index.js",
"scripts": {
"test": "npx eslint \"**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/DJWoodZ/satisfactory-dedicated-server-lightweight-query-probe.git"
},
"keywords": [
"Satisfactory",
"Dedicated Server",
"Lightweight Query API",
"Query Port"
],
"author": "DJ WoodZ",
"license": "MIT",
"bugs": {
"url": "https://github.com/DJWoodZ/satisfactory-dedicated-server-lightweight-query-probe/issues"
},
"homepage": "https://github.com/DJWoodZ/satisfactory-dedicated-server-lightweight-query-probe#readme",
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.30.0"
}
}