-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
49 lines (49 loc) · 1.35 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
{
"name": "@nghiavuive/lunar_date_vi",
"version": "2.0.1",
"author": {
"name": "NghiaCaNgao",
"email": "fakenoname02@gmail.com",
"url": "https://nghiacangao.io.vn"
},
"license": "ISC",
"description": "A tool for converting lunar date and solar date and vice versa",
"repository": {
"type": "git",
"url": "git+https://github.com/NghiaCaNgao/LunarDate.git"
},
"bugs": {
"url": "https://github.com/NghiaCaNgao/LunarDate/issues"
},
"homepage": "https://github.com/NghiaCaNgao/LunarDate",
"keywords": [
"calendar, lunar, solar, lunar_date, solar_date, month, lunar_month, SolarDate, LunarDate"
],
"main": "dist/index.umd.js",
"module": "dist/index.umd.js",
"browser": "dist/index.umd.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "rimraf dist dev/dist && rollup -c rollup.config.mjs",
"test": "jest --coverage"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.0.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-esbuild": "^5.0.0",
"@types/node": "^18.15.3",
"jest": "^29.5.0",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"tslib": "^2.5.3",
"typescript": "^5.1.3"
}
}