{
  "name": "webwebweb",
  "version": "1.6.1",
  "description": "The Comfiest Way to make web APIs and static file servers",
  "main": "build/index.js",
  "scripts": {
    "test": "jest",
    "start": "npm run build && node build/index.js",
    "build": "tsc",
    "clean": "rimraf ./build/",
    "lint": "eslint . --ext .js,.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/instafluff/WebWebWeb.git"
  },
  "keywords": [
    "Instafluff",
    "Comfy",
    "web",
    "api",
    "static",
    "file",
    "http",
    "server"
  ],
  "author": "Instafluff",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/instafluff/WebWebWeb/issues"
  },
  "homepage": "https://github.com/instafluff/WebWebWeb#readme",
  "devDependencies": {
    "@types/jest": "^29.2.5",
    "@types/node": "^20.2.5",
    "@typescript-eslint/eslint-plugin": "^5.48.0",
    "@typescript-eslint/parser": "^5.48.0",
    "eslint": "^8.31.0",
    "eslint-config-comfycase": "^0.1.2",
    "jest": "^29.3.1",
    "rimraf": "^3.0.2",
    "typescript": "^4.9.4"
  }
}
