forked from shikoshib/gj-boomlings-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 778 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 778 Bytes
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": "gj-boomlings-api",
"version": "1.5.0",
"description": "A light-weight Geometry Dash API wrapper",
"main": "index.js",
"scripts": {
"test": "node .",
"start": "node ."
},
"author": "shikoshib",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/shikoshib/gj-boomlings-api.git"
},
"bugs": {
"url": "https://github.com/shikoshib/gj-boomlings-api/issues"
},
"homepage": "https://github.com/shikoshib/gj-boomlings-api/wiki",
"keywords": [
"geometrydash",
"gd",
"gj",
"boomlings",
"api",
"gaming",
"robtop",
"geometry dash"
],
"engines": {
"npm": ">=8.19.2 <10.0.0",
"node": ">=18.0.0 <20.0.0"
},
"dependencies": {
"node-fetch": "^3.3.0"
}
}