Files
crowdsource-freedns/package.json
2025-07-27 03:28:57 -04:00

17 lines
302 B
JSON

{
"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"
}
}