From be921d8f9093f50fba8ee2c9bca5b95f8ed96f51 Mon Sep 17 00:00:00 2001 From: Nota30 Date: Sat, 24 Aug 2024 14:58:26 -0400 Subject: [PATCH] misc fields --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 1ed9ec3..0aed6a3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,11 @@ { "name": "anime-trivia-api", + "version": "2.0.0", + "description": "A small image based anime trivia API built with Typescript and HonoJS.", + "main": "src/index", + "author": "Nota30", + "license": "MIT", + "repository": "git@github.com:Nota30/anime-trivia-api.git", "type": "module", "scripts": { "dev": "tsx watch src/index.ts",