Files
discordeno/egg.yml
2020-11-20 11:53:36 +04:00

22 lines
410 B
YAML

name: Discordeno
description: >-
Discord API library for Deno (officially vetted library by
Discord).
homepage: https://discordeno.mod.land
stable: true
entry: ./mod.ts
repository: 'https://github.com/Skillz4Killz/Discordeno'
files:
- ./src/**/*
- LICENSE
- README.md
- tsconfig.json
- ./deps.ts
- ./mod.ts
ignore:
- .git*/**
- .vscode/**
- eggs-debug.log
checkAll: false
unlisted: false