{
  "name": "~~~~package_name~~~~",
  "version": "1.0.0",
  "description": "~~~~package_description~~~~",
  "main": "shim",
  "scripts": {
    "build": "the-script-build",
    "doc": "the-script-jsdoc",
    "prepare": "the-script-build && the-script-jsdoc",
    "release": "the-script-release -y",
    "share": "the-script-share",
    "test": "mocha",
    "update": "the-script-update",
    "watch": "the-script-build -w"
  },
  "repository": "~~~~github_repository~~~~",
  "keywords": [
    "the"
  ],
  "author": {
    "name": "~~~~author_name~~~~",
    "email": "~~~~author_email~~~~",
    "url": "~~~~author_url~~~~"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/~~~~github_repository~~~~/issues"
  },
  "homepage": "https://github.com/~~~~github_repository~~~~#readme",
  "dependencies": {},
  "devDependencies": {
    "mocha": "^3.3.0",
    "the-db": "^1.0.3",
    "the-script-build": "^1.3.4",
    "the-script-jsdoc": "^1.0.3",
    "the-script-release": "^1.0.6",
    "the-script-share": "^1.0.5",
    "the-script-update": "^1.0.0",
    "the-templates": "^1.0.10"
  },
  "peerDependencies": {
    "the-db": ">=1"
  },
  "engines": {
    "node": ">=6",
    "npm": ">=4"
  }
}