mirror of
https://github.com/hotheadhacker/no-as-a-service.git
synced 2026-04-29 23:27:56 -05:00
Create package.json
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user