precise-time-ntp
Version:
⏰ Simple NTP time sync for Node.js - Auto-drift, WebSocket & HTML clocks
55 lines (54 loc) • 1.2 kB
JSON
{
"name": "precise-time-ntp",
"version": "2.0.1",
"description": "⏰ Simple NTP time sync for Node.js - Auto-drift, WebSocket & HTML clocks",
"main": "index.js",
"scripts": {
"test": "node test.js",
"start": "node examples/websocket.js",
"basic": "node examples/basic.js",
"auto-sync": "node examples/auto-sync.js",
"websocket": "node examples/websocket.js"
},
"keywords": [
"ntp",
"time",
"synchronization",
"clock",
"precise-time",
"time-sync",
"network-time",
"websocket",
"real-time",
"timestamp",
"html-clock",
"web-clock",
"synchronized-time",
"browser-clock",
"time-server"
],
"author": "TheHuman00",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/TheHuman00/precise-time-ntp.git"
},
"bugs": {
"url": "https://github.com/TheHuman00/precise-time-ntp/issues"
},
"homepage": "https://github.com/TheHuman00/precise-time-ntp#readme",
"files": [
"index.js",
"examples/",
"docs/",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"ntp-client": "^0.5.3",
"ws": "^8.17.0"
}
}