summary refs log tree commit diff stats
path: root/package.json
blob: 50b672b59e75078032879900c542cdb7228ba55d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "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'"
  },
  "devDependencies": {
    "auto-install": "^1.7.4",
    "prettier-standard": "^5.1.0",
    "standard": "^10.0.2"
  },
  "dependencies": {}
}