package.lua 239 B

12345678
  1. return {
  2. name = 'bjornbytes/graphql',
  3. version = '0.0.1',
  4. description = 'Lua GraphQL implementation',
  5. license = 'MIT',
  6. author = { url = 'https://github.com/bjornbytes' },
  7. homepage = 'https://github.com/bjornbytes/graphql-lua'
  8. }