{
  "name": "set-system-clock",
  "version": "1.0.4",
  "description": "Sets the system date and time.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rimraf dist && tsc -p .",
    "test": "npm run build && node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ConnorChristie/Set-System-Clock.git"
  },
  "keywords": [
    "time",
    "date",
    "system",
    "clock"
  ],
  "author": "Connor Christie",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ConnorChristie/Set-System-Clock/issues"
  },
  "homepage": "https://github.com/ConnorChristie/Set-System-Clock#readme",
  "devDependencies": {
    "@types/node": "^8.0.19",
    "rimraf": "^2.6.1",
    "typescript": "^2.4.2"
  },
  "dependencies": {
    "dateformat": "^2.0.0"
  }
}
