-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 959 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
{
"name": "@alireza-ab/persian-date",
"version": "2.6.2",
"description": "A lightweight but professional library for working with Persian dates",
"main": "./dist/PersianDate.min.js",
"typings": "./typings/PersianDate.d.ts",
"homepage": "https://alireza-ab.ir/persian-date",
"repository": {
"type": "git",
"url": "https://github.com/alireza-ab/persian-date.git"
},
"bugs": {
"url": "https://github.com/alireza-ab/persian-date/issues"
},
"scripts": {
"build": "rollup -c",
"test": "jest",
"bt": "yarn build && yarn test"
},
"keywords": [
"javascript",
"date",
"persian",
"jalali"
],
"author": "Alireza Alibeiki <alibeikialireza@gmail.com>",
"license": "MIT",
"devDependencies": {
"@alireza-ab/performance-check": "^1.0.0",
"@babel/preset-env": "^7.16.11",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"jest": "^27.4.7",
"rollup": "^2.67.0",
"rollup-plugin-terser": "^7.0.2"
}
}