Fuyuko/package.json

16 lines
369 B
JSON
Raw Permalink Normal View History

2021-01-09 13:11:09 +00:00
{
2021-01-09 15:10:17 +00:00
"name": "@damillora/fuyuko",
2021-01-09 13:11:09 +00:00
"version": "1.0.0",
"description": "Gemini server used at gemini.nanao.moe",
"main": "index.js",
"repository": "https://github.com/Damillora/Fuyuko",
"author": "Damillora",
"license": "MIT",
"private": false,
"dependencies": {
"@derhuerst/gemini": "^1.1.1",
2021-01-09 14:40:13 +00:00
"dotenv": "^8.2.0",
2021-01-09 13:11:09 +00:00
"mime-types": "^2.1.28"
}
}