mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 00:10:07 +00:00
22 lines
410 B
YAML
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
|