first commit

This commit is contained in:
sky
2025-07-27 03:28:57 -04:00
commit 66f23e6494
6 changed files with 1003 additions and 0 deletions

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "training-data-freedns",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"start": "bun --watch index.js"
},
"dependencies": {
"express": "^5.1.0",
"express-rate-limit": "^8.0.1"
}
}