From 8ecb639a68a1ccba6bcf9ee9856f157762ba5493 Mon Sep 17 00:00:00 2001 From: yuki Date: Tue, 25 Mar 2025 04:21:17 -0300 Subject: [PATCH] initial commit --- package.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..cf73383 --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "name": "yukinets", + "version": "1.0.0", + "description": "my website!!", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "yuki", + "license": "WTFPL", + "type": "commonjs" +}