Hello,
I created a custom package that I’m using for my own purpose, and I want to display it into the package folder of the project like some other existing custom packages (OpenVR XR in mind, that is a Github package):

My project is on Github, I added it in the PackageManager with “+” > “Add package from Git url”. My package is correctly referenced but compiled as DLL and it is impossible to read the sources nor open the csharp files directly in my IDE.
Do you know how to achieve this ?
My package.json
{
"name": "com.lignus.basetool",
"version": "0.0.2",
"displayName": "Base Tool",
"description": "Le package pour d\u00e9marrer tes projets",
"unity": "2020.2",
"unityRelease": "1f1",
"category": "Scripts",
"keywords": [
"tool",
"starter",
"game"
],
"author": {
"name": "Curtis Pelissier",
"email": "**********",
"url": "**********"
},
"type": "module",
"hideInEditor": false
}