-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
24 lines (24 loc) · 968 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "use-custom-dates",
"version": "1.0.2",
"description": "This npm package, named 'use-custom-dates', provides a utility function called useCustomDates that generates a customizable date range based on the current date. The function returns an object containing information about the current date, the previous year's date, and an array representing the labels for the last 7 days, including the day of the month and the corresponding month name.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/surajaswal29/custom-dates.git"
},
"keywords": [
"use-custom-dates"
],
"author": "Suraj Aswal",
"license": "ISC",
"module": "index.js",
"bugs": {
"url": "https://github.com/surajaswal29/custom-dates/issues"
},
"homepage": "https://github.com/surajaswal29/custom-dates#readme"
}