G-Earth/Extensions/Plants_1.0.2/extension/package.json
Administrator 368b92d87a G-Earth 1.5.4 beta 22 - Initial release
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
2026-03-16 09:45:04 +01:00

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"
}
}