From 0a9a61c376a2546857b5f62403a1fbdd57ad0bf3 Mon Sep 17 00:00:00 2001 From: Salman Qureshi Date: Wed, 30 Apr 2025 01:53:40 +0530 Subject: [PATCH] Create package.json --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..0acd886 --- /dev/null +++ b/package.json @@ -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" + } +}