typescript now

This commit is contained in:
2024-02-04 16:51:36 +01:00
parent bd6b6407e1
commit 69036e0cce
7 changed files with 644 additions and 78 deletions
+7 -4
View File
@@ -1,12 +1,15 @@
{
"name": "timestringtonumber",
"version": "1.0.2",
"name": "timestringconverter",
"version": "2.0.0",
"description": "generetes a number from a time string",
"main": "index.js",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "kaj van schalkwijk",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"ts-node": "^10.9.2"
}
}