To list all files in a package
dpkg -L PACKAGE_NAME
Or
dpkg-query -L PACKAGE_NAME
List All dependency for a Package
apt depends PACKAGE_NAME
Show details of a Package
apt show PACKAGE_NAME
dpkg -L PACKAGE_NAME
Or
dpkg-query -L PACKAGE_NAME
apt depends PACKAGE_NAME
apt show PACKAGE_NAME