mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
24 lines
534 B
JSON
24 lines
534 B
JSON
{
|
|
"name": "animethemes-api-docs",
|
|
"version": "1.0.0",
|
|
"description": "AnimeThemes.moe API Documentation",
|
|
"main": "index.js",
|
|
"authors": {
|
|
"name": "AnimeThemes",
|
|
"email": "admin@animethemes.moe"
|
|
},
|
|
"repository": "https://github.com/AnimeThemes/animethemes-api-docs",
|
|
"scripts": {
|
|
"dev": "vuepress dev docs",
|
|
"build": "vuepress build docs"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"vuepress": "^1.5.3"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^8.6.0",
|
|
"vuepress-theme-api": "^1.0.1"
|
|
}
|
|
}
|