Add project files.

This commit is contained in:
Christopher Frankland 2024-07-27 20:16:03 +01:00
parent 9123c98a86
commit e61b8c57bc
2 changed files with 808 additions and 0 deletions

17
package.json Normal file
View file

@ -0,0 +1,17 @@
{
"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"
}
}