summary refs log tree commit diff stats
path: root/package.json
blob: 45ef02702b660fd2d8404fa8b9e08e5cd92f8aff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "name": "homestead",
  "version": "0.0.0",
  "description": "An Indieweb content server implementation",
  "main": "src/index.js",
  "repository": "https://git.alanpearce.eu/homestead",
  "author": "Alan Pearce <alan@alanpearce.eu>",
  "license": "MIT",
  "scripts": {
    "dev:assist": "auto-install --yarn",
    "format": "prettier-standard 'src/**/*.js'",
    "test": "ava '**/*.test.js'",
    "test:watch": "ava --watch '**/*.test.js'"
  },
  "devDependencies": {
    "auto-install": "^1.7.4",
    "ava": "^0.19.1",
    "prettier-standard": "^5.1.0",
    "standard": "^10.0.2",
    "supertest": "^3.0.0"
  },
  "dependencies": {
    "koa": "^2.2.0",
    "koa-router": "^7.2.1"
  }
}