Files
timestringconverter/package.json
T
kaj van schalkwijk bd6b6407e1 master
2023-02-15 19:54:49 +01:00

13 lines
299 B
JSON

{
"name": "timestringtonumber",
"version": "1.0.2",
"description": "generetes a number from a time string",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "kaj van schalkwijk",
"license": "ISC"
}