mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
22 lines
538 B
JSON
22 lines
538 B
JSON
{
|
|
"name": "animethemes-api-docs",
|
|
"version": "3.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": {
|
|
"docs:dev": "vitepress dev docs",
|
|
"docs:build": "vitepress build docs",
|
|
"docs:preview": "vitepress preview docs"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dotenv": "^16.1.4",
|
|
"vitepress": "^1.0.0-beta.2"
|
|
}
|
|
}
|