diff --git a/packages.json b/packages.json index f25241216..5f2f013f7 100644 --- a/packages.json +++ b/packages.json @@ -321,6 +321,18 @@ "description": "map/mapIt for arrays", "license": "MIT" }, + { + "name": "objaccess", + "url": "https://github.com/choltreppe/objaccess", + "method": "git", + "tags": [ + "getter", "setter", + "setable", "getable", + "object" + ], + "description": "generate setters and getters for object types", + "license": "MIT" + }, { "name": "geolocation", "url": "https://github.com/HazeCS/geolocation",