{
  "name": "@buzuli/app",
  "version": "1.3.0",
  "description": "App scaffold for Node.js",
  "main": "lib/index.js",
  "scripts": {
    "lint": "standard",
    "lint:fix": "standard --fix",
    "test": "tap ./test/*.test.js"
  },
  "files": [
    "package.json",
    "README.md",
    "lib/**/*.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joeledwards/node-app.git"
  },
  "keywords": [
    "node",
    "app",
    "scaffold"
  ],
  "author": "Joel Edwards <joeledwards@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/joeledwards/node-app/issues"
  },
  "homepage": "https://github.com/joeledwards/node-app#readme",
  "dependencies": {
    "@buzuli/unhandled": "^2.1.0"
  },
  "devDependencies": {
    "standard": "^17.0.0",
    "tap": "^16.2.0"
  }
}
