NTP-Timeturner/package.json
Christopher Frankland e61b8c57bc Add project files.
2024-07-27 20:16:03 +01:00

17 lines
335 B
JSON

{
"name": "ntp-timeturner",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"dgram": "^1.0.1",
"express": "^4.19.2",
"moment-timezone": "^0.5.45"
}
}