Create package.json

This commit is contained in:
Salman Qureshi
2025-04-30 01:53:40 +05:30
committed by GitHub
parent d97fbfd971
commit 0a9a61c376

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "no-as-service",
"version": "1.0.0",
"description": "A lightweight API that returns random rejection or no reasons.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "hotheadhacker",
"license": "MIT",
"dependencies": {
"express": "^4.18.2",
"express-rate-limit": "^7.0.0"
}
}