{
  "name": "your-http",
  "version": "1.5.16",
  "main": "http.js",
  "description": "A simple http server made for fun",
  "repository": "https://github.com/TerThesz/your-http",
  "author": "TerThesz",
  "license": "MIT",
  "scripts": {
    "start": "nodemon src/http.ts",
    "clean": "rm -rf ./dist/",
    "build": "tsc --project .",
    "start-build": "cd dist && node http && cd ../",
    "test": "echo test",
    "local-test": "nodemon testing/testing.ts"
  },
  "keywords": [
    "http",
    "server",
    "web server",
    "web"
  ],
  "bugs": "https://github.com/TerThesz/your-http/issues",
  "dependencies": {
    "@types/glob": "^7.1.4",
    "@types/node": "^16.4.0",
    "glob": "^7.1.7",
    "net": "^1.0.2",
    "nodemon": "^2.0.12",
    "path": "^0.12.7",
    "ts-node": "^10.1.0",
    "typescript": "^4.4.0-dev.20210722"
  }
}
