{ "type": "think-admin-plugin", "name": "jerryyan/think-plugs-points-mall", "license": "WTFPL", "homepage": "https://thinkadmin.top", "description": "Points Mall Plugin for ThinkAdmin", "authors": [ { "name": "Jerry Yan", "email": "jerryyan0912@qq.com" } ], "require": { "php": ">7.1" }, "autoload": { "files": [ "./src/helper.php" ], "psr-4": { "plugin\\points_mall\\": "src" } }, "extra": { "config": { "type": "module", "name": "积分商城", "document": "https://thinkadmin.top/plugin/think-plugs-wechat.html", "description": "积分商城" }, "think": { "services": [ "plugin\\points_mall\\Service" ] } }, "minimum-stability": "dev", "config": { "sort-packages": true, "allow-plugins": { "zoujingli/think-install": true } } }