simple-time-date
Version:
easy and simple to get date and time
28 lines (27 loc) • 723 B
JSON
{
"name": "simple-time-date",
"version": "0.3.7",
"description": "easy and simple to get date and time",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src --out-dir dist && rm dist/index.js && babel src/index.js --out-file dist/index.js --source-maps"
},
"keywords": [
"date",
"time",
"times",
"simply",
"easy",
"dateTime",
"timeDate"
],
"author": "Serhii Mykhailenko",
"repository": "https://github.com/MykhSerhii/simple-time-date.git",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.22.1",
"@babel/plugin-transform-modules-commonjs": "^7.21.5"
}
}