forked from farhan7reza7/diff-ymd-package
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.28 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "diff-ymd-package",
"version": "2.0.2",
"description": "A javascript library for calculating the difference between two dates in formatted ways like (aY bM cD)(aYears bMonths cDays) or customized desired formats like aY-bM-cD or aYears-bMonths-cDays or kDays or mWeeks or nMonths etc.",
"main": "src/diff-ymd.js",
"scripts": {
"test": "jest"
},
"keywords": [
"diff-ymd-package",
"ymd",
"diff-ymd",
"diff-library",
"dates",
"time-intervals",
"formatted-difference",
"formatted-dates-difference",
"age-finder",
"age",
"age-calculator",
"date-utility",
"desired-formats",
"customized-format",
"aY-bM-cD",
"aYears-bMonths-cDays",
"dates-difference"
],
"author": "Farhan Reza",
"license": "MIT",
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^27.0.0",
"prettier": "^3.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/farhan7reza7/diff-ymd-package.git"
},
"bugs": {
"url": "https://github.com/farhan7reza7/diff-ymd-package/issues/new/choose"
},
"homepage": "https://github.com/farhan7reza7/diff-ymd-package/blob/main/README.md"
}