request-inspector/package.json

16 lines
398 B
JSON
Raw Normal View History

2024-12-04 23:36:16 +00:00
{
"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"
}