{
  "name": "yaserver",
  "version": "0.4.0",
  "description": "Yet Another Server",
  "main": "out/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch": "tsc -w -p tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexandrudima/yaserver.git"
  },
  "keywords": [
    "http",
    "server"
  ],
  "bin": {
    "yaserver": "./bin/yaserver"
  },
  "author": "Alexandru Dima",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alexandrudima/yaserver/issues"
  },
  "homepage": "https://github.com/alexandrudima/yaserver#readme",
  "devDependencies": {
    "@types/node": "^12.12.7",
    "typescript": "^3.7.2"
  }
}
