-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.12 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
47
48
49
50
{
"name": "@hirishu10/simple-date-time",
"version": "2.0.0",
"description": "Simple and very helpful package to get the Date Time functionality",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc -p ."
},
"author": "Rishu Chowdhary <hi.10rishu@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.4.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-native": "^0.72.2",
"typescript": "^4.6.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hirishu10/simple-date-time.git"
},
"keywords": [
"Date",
"Time",
"DateTime",
"Clock",
"node",
"react",
"react-native",
"vercel",
"netlify",
"hour",
"minute",
"second",
"am",
"pm"
],
"bugs": {
"url": "https://github.com/hirishu10/simple-date-time/issues"
},
"homepage": "https://github.com/hirishu10/simple-date-time#readme",
"contributors": [
{
"name": "Rishu Chowdhary",
"email": "hi.10rishu@gmail.com",
"url": "https://rishuchowdhary.vercel.app/"
}
]
}