-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.11 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
{
"name": "@djwoodz/satisfactory-dedicated-server-https-api-client",
"version": "0.1.0",
"description": "A zero dependency Node.js client library for the HTTPS API of the Satisfactory Dedicated Server.",
"main": "index.js",
"scripts": {
"lint": "npx eslint \"**/*.js\"",
"test": "npx jest --coverage",
"doc": "npx jsdoc -c .jsdoc.conf.json ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/DJWoodZ/satisfactory-dedicated-server-https-api-client.git"
},
"keywords": [
"Satisfactory",
"Dedicated Server",
"HTTPS API",
"Client"
],
"author": "DJ WoodZ",
"license": "MIT",
"bugs": {
"url": "https://github.com/DJWoodZ/satisfactory-dedicated-server-https-api-client/issues"
},
"homepage": "https://github.com/DJWoodZ/satisfactory-dedicated-server-https-api-client#readme",
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"babel-jest": "^29.7.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.30.0",
"jest": "^29.7.0",
"jsdoc": "^4.0.3"
}
}