Initial commit.
This commit is contained in:
commit
acc92a6d9a
13 changed files with 1332 additions and 0 deletions
18
package.json
Normal file
18
package.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name" : "zephyrus-webserver",
|
||||
"description" : "A simple webserver that supports directory listing.",
|
||||
"author" : "Adrian Victor de Abreu Alves <adrianvictor@disroot.org>",
|
||||
"version" : "1.0.0",
|
||||
"private" : false,
|
||||
"scripts": {
|
||||
"start": "ts-node main.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.9.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.6.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"mime": "^4.0.4"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue