commit 8ecb639a68a1ccba6bcf9ee9856f157762ba5493 Author: yuki Date: Tue Mar 25 04:21:17 2025 -0300 initial commit 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" +}