-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 952 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "date-word",
"version": "1.0.0",
"description": "converts date from one language to another",
"homepage": "https://github.com/AyushSaini00/date-word#readme",
"files": [
"dist"
],
"main": "./dist/date-word.umd.js",
"module": "./dist/date-word.es.js",
"exports": {
".": {
"import": "./dist/date-word.es.js",
"require": "./dist/date-word.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "node --experimental-vm-modules node_modules/.bin/jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AyushSaini00/date-word.git"
},
"keywords": [
"date",
"date-word",
"convert",
"language"
],
"author": "Ayush Saini",
"bugs": {
"url": "https://github.com/AyushSaini00/date-word/issues"
},
"license": "MIT",
"devDependencies": {
"jest": "^28.1.0",
"vite": "^4.4.11"
}
}