-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 893 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
{
"name": "lahze",
"version": "0.3.8",
"description": "Lightweight package for formatting dates between jalali and gregorian. Supports both node and browser environments.",
"repository": {
"type": "git",
"url": "git+https://github.com/pmzi/lahze.git"
},
"keywords": [
"date",
"time",
"format",
"parse",
"persian",
"jalali",
"gregorian",
"convert"
],
"author": "Pouya MozaffarMagham",
"license": "MIT",
"bugs": {
"url": "https://github.com/pmzi/lahze/issues"
},
"homepage": "https://github.com/pmzi/lahze#readme",
"source": "src/index.js",
"main": "dist/lahze.js",
"module": "dist/lahze.mjs",
"unpkg": "dist/lahze.umd.js",
"scripts": {
"build": "microbundle",
"dev": "microbundle watch",
"prepublishOnly": "yarn build"
},
"devDependencies": {
"microbundle": "^0.11.0"
},
"dependencies": {}
}