16 lines
357 B
JSON
16 lines
357 B
JSON
{
|
|
"name": "timestringconverter",
|
|
"version": "2.0.0",
|
|
"description": "generetes a number from a time string",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"author": "kaj van schalkwijk",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"ts-node": "^10.9.2"
|
|
}
|
|
}
|