mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-30 23:40:07 +00:00
34 lines
731 B
JSON
Executable File
34 lines
731 B
JSON
Executable File
{
|
|
"name": "discordeno-docs",
|
|
"version": "0.0.1",
|
|
"description": "Discordeno is a Deno Library for the Discord API",
|
|
"scripts": {
|
|
"docs:dev": "vuepress dev",
|
|
"docs:build": "vuepress build docs"
|
|
},
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/NTMNathan/discordeno-docs"
|
|
},
|
|
"keywords": [
|
|
"discordeno",
|
|
"documentation",
|
|
"discord",
|
|
"discordapi"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/skills4killz"
|
|
},
|
|
"homepage": "https://discordeno.js.org/",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"author": "NTM Nathan @ NTM Development",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"vuepress": "^1.5.0",
|
|
"vuepress-theme-yuu": "^2.3.0"
|
|
}
|
|
}
|