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
18 lines
335 B
JSON
18 lines
335 B
JSON
{
|
|
"name": "plants",
|
|
"version": "1.0.2",
|
|
"description": "Command to treat all plants",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "node index.js -p 9092"
|
|
},
|
|
"keywords": [],
|
|
"author": "alinpr18",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"gnode-api": "^0.2.15"
|
|
}
|
|
}
|