16 lines
398 B
JSON
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"
|
|
}
|