typescript now
This commit is contained in:
+7
-4
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user