initial commit

This commit is contained in:
yuki 2025-03-25 04:21:17 -03:00
commit 8ecb639a68
Signed by: yuki
GPG key ID: 0C98E6FF04EC3915

13
package.json Normal file
View file

@ -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"
}