datetimez
Version:
a small size date (and time) library based on native javascript Date.
36 lines (35 loc) • 937 B
JSON
{
"name": "datetimez",
"version": "1.0.10",
"description": "a small size date (and time) library based on native javascript Date.",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "npx eslint . --ext .ts && npx tsc && jest --runInBand --verbose",
"test": "npx eslint . --ext .ts && npx tsc && jest --watchAll --coverage --runInBand --verbose",
"lint": "npx eslint . --ext .ts",
"lint:fix": "npx eslint . --ext .ts --fix"
},
"repository": {
"type": "git",
"url": "github.com/faturachman-yusup/datetimez"
},
"files": [
"/build"
],
"keywords": [
"time",
"date",
"moment"
],
"author": "faturachman-yusup",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "^8.4.1",
"jest": "^27.4.4",
"typescript": "^4.5.2"
}
}