1234567891011 |
- return {
- name = 'bjornbytes/graphql',
- version = '0.0.2',
- description = 'Lua GraphQL implementation',
- license = 'MIT',
- author = { url = 'https://github.com/bjornbytes' },
- homepage = 'https://github.com/bjornbytes/graphql-lua',
- files = {
- '*.lua'
- }
- }
|