first commit

This commit is contained in:
kaj van schalkwijk
2023-02-15 19:32:46 +01:00
commit 0403dee3ed
3 changed files with 92 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "time-convert",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC"
}