commit 08260fe155f91ac21e4dffae38c0279256f6e4f8 Author: astria Date: Fri Sep 12 17:45:42 2025 +0000 First commit diff --git a/index.js b/index.js new file mode 100644 index 0000000..04bf26e --- /dev/null +++ b/index.js @@ -0,0 +1 @@ +console.log('Happy developing ✨') diff --git a/package.json b/package.json new file mode 100644 index 0000000..9a03fb2 --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "name": "no-chat-control", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "private": true +}