first commit

This commit is contained in:
sky
2025-07-09 01:28:02 -04:00
commit cd6c9a898c
5 changed files with 62 additions and 0 deletions

14
package.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "processing",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "bun --watch index.js"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"dotenv": "^17.1.0"
}
}