Komplettes G-Earth Paket inkl. JRE, Extensions und Tools. Extensions: - G-BuildTools, G-Click Ultimate, G-Loader, G-Manipulate - G-Presets, G-Translator, G-Trigger, G-itemViewer - Market Utils, Packet Info Explorer, Plants - RandomRoomVisitor, RoomLogger, Sanbovir Photo Inspector - SpyFriends, WallAligner, XabboScripter, xabbo
35 lines
720 B
JSON
35 lines
720 B
JSON
{
|
|
"name": "gnode-api",
|
|
"version": "0.2.15",
|
|
"description": "Node.js G-Earth extension API",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test": "node test/test.js -p 9092"
|
|
},
|
|
"engines": {
|
|
"node": ">=15.0.0"
|
|
},
|
|
"keywords": [],
|
|
"author": "WiredSpast",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/node": "^16.4.13",
|
|
"node-fetch": "^3.2.10"
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"repository": "git+https://github.com/WiredSpast/G-Node.git",
|
|
"bugs": {
|
|
"url": "https://github.com/WiredSpast/G-Node/issues"
|
|
},
|
|
"homepage": "https://github.com/WiredSpast/G-Node#readme",
|
|
"files": [
|
|
"/lib",
|
|
"index.js",
|
|
"index.d.ts"
|
|
]
|
|
}
|