Initial commit

This commit is contained in:
lumijiez
2025-05-29 12:00:51 +03:00
commit 70b712eda3
3 changed files with 11 additions and 0 deletions

0
.gitignore vendored Normal file
View File

1
inkject.js Normal file
View File

@@ -0,0 +1 @@
console.log('Happy developing ✨')

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "${PROJECT_NAME}",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true
}