My FxManifest don't really work with Keymaster

Hey, I wrote my first script and would like to have it on Keymaster, but when I try to upload it, I get the error message “fxmanifest.lua: error loading manifest file: 3.” Can someone help me?

fx_version 'cerulean'
game 'gta5'

author 'Duckwarrior'
description 'Ducki-VehicleLock'


version '2.1.0'

server_script {
	'@oxmysql/lib/MySQL.lua',
	'@es_extended/locale.lua',
	'locales/en.lua',
	'locales/es.lua',
	'locales/fr.lua',
	'locales/sv.lua',
	'locales/tr.lua',
	'config.lua',
	'server/main.lua'
}

client_scripts {
	'@es_extended/locale.lua',
	'locales/en.lua',
	'locales/es.lua',
	'locales/fr.lua',
	'locales/sv.lua',
	'locales/tr.lua',
	'config.lua',
	'client/main.lua'
}

dependencies {
	'es_extended'
	'esx_vehicleshop'
}

dependencies {
	'es_extended',
	'esx_vehicleshop'
}

You were missing a comma there

Also, make sure to add lua54 "yes" because else it will not work with Keymaster