-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.23 KB
/
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
43
44
45
46
47
48
49
50
{
"name": "@zoomit/dayjs-jalali-plugin",
"version": "0.0.7",
"description": "Persian (Jalali, Khorshidi) Plugin for Day.js",
"main": "dist/cjs/bundle.cjs.js",
"web": "dist/umd/bundle.umd.js",
"module": "dist/esm/bundle.esm.js",
"jsnext:main": "dist/esm/bundle.esm.js",
"types": "index.d.ts",
"scripts": {
"test": "jest",
"lint": "eslint src/* test/*",
"build": "rollup -c",
"prepublishOnly": "npm run build"
},
"keywords": [
"dayjs",
"date",
"time",
"immutable",
"moment",
"jalali"
],
"author": "tur1ng <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zoomit-org/Dayjs-Jalali-Plugin"
},
"files": [
"dist",
"index.d.ts"
],
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"babel-jest": "^27.0.6",
"dayjs": "^1.11.5",
"jest": "^24.9.0",
"mockdate": "^2.0.5",
"prettier": "^2.3.2",
"rollup": "^2.52.8",
"rollup-plugin-size": "^0.2.2",
"rollup-plugin-terser": "^7.0.2",
"standard-version": "8.0.1"
}
}