@bckd00r/time-parse
Version:
✨ A simple time parser module
31 lines (30 loc) • 649 B
JSON
{
"name": "@bckd00r/time-parse",
"version": "1.0.5",
"main": "dist",
"keywords": [
"time-parse",
"time-converter",
"convertime",
"timeparser",
"time-parser"
],
"author": {
"email": "barisgoktepe001@gmail.com",
"name": "Barış GÖKTEPE"
},
"license": "GPL-3.0",
"description": "✨ A simple time parser module",
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc --module commonjs"
},
"repository": {
"type": "git",
"url": "https://github.com/bckd00r/time-parse"
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "^4.0.5"
}
}