19 lines
407 B
JSON
19 lines
407 B
JSON
|
|
{
|
||
|
|
"name": "boboko/core",
|
||
|
|
"description": "Core module — authentication and shared panel behaviour",
|
||
|
|
"type": "library",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Modules\\Core\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"extra": {
|
||
|
|
"laravel": {
|
||
|
|
"providers": [
|
||
|
|
"Modules\\Core\\Providers\\CoreServiceProvider"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|