feat: npm init

This commit is contained in:
2025-07-15 11:53:37 -07:00
parent e03fa186a2
commit cb0da16c0b
2 changed files with 13 additions and 39 deletions

13
package.json Normal file
View File

@ -0,0 +1,13 @@
{
"name": "yurigpt",
"version": "0.0.0",
"description": "A webcomic about a girl dating an LLM, though she doesn't know it.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.12.4"
}