request-inspector/package.json
2024-12-04 18:36:16 -05:00

16 lines
398 B
JSON

{
"name": "request-inspector",
"version": "1.0.0",
"description": "Super basic node web server that displays all details of an HTTP request",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.vfsh.dev/voidf1sh/request-inspector"
},
"author": "voidf1sh",
"license": "ISC"
}