{
  "name": "stellar-fox",
  "type": "module",
  "version": "1.0.11",
  "description": "Static Virtual Hosting",
  "main": "index.js",
  "scripts": {
    "debug": "PORT=8888 DEBUG=1 node_modules/.bin/mocha",
    "test": "PORT=8888 node_modules/.bin/mocha",
    "save": "git add .; git commit -m 'New Release'; git push; npm version patch; npm publish; git push;"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/catpea/stellar-fox.git"
  },
  "keywords": [
    "static",
    "vhost"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/catpea/stellar-fox/issues"
  },
  "homepage": "https://github.com/catpea/stellar-fox#readme",
  "dependencies": {
    "koa": "^2.13.4",
    "koa-morgan": "^1.0.1",
    "lodash-es": "^4.17.21"
  },
  "devDependencies": {
    "mocha": "^10.0.0",
    "supertest": "^6.2.4"
  }
}
