17 lines
302 B
JSON
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"
|
|
}
|
|
}
|