-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 731 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 731 Bytes
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
{
"name": "@uocdev/timestamp-hasei",
"version": "3.7.2",
"description": "Timestamp HASEI (High Application Source Encode Init) Is the powerful Node.js library init times. with multi purpose packages",
"main": "dist/index.js",
"scripts": {
"test": "node dist/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/UocDev/timestamp.git"
},
"engines": {
"node": ">=18 <26"
},
"keywords": [
"timestamp",
"timezone",
"library",
"validator",
"date",
"time",
"toolkit",
"unix ISO"
],
"author": "Uoc",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"date-fns": "^4.1.0",
"dayjs": "^1.11.13"
}
}