# Adapters
Adapters are plugins for Packagaya which handle a specific type of source code files.
# Official adapters
| Language | Status |
|---|---|
| TypeScript | released |
| Visual Studio Code | released |
# Community adapters
| Language | Status |
|---|
# Using adapters
You need to configure the adapters in your .packagaya.json:
{
"adapters": ["@packagaya/example-adapter", "my-awesome-adapter"]
}
The adapters will then read the configuration files of your project and provide different features which you can use for the sync info and sync execute command.