-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.46 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
51
52
53
54
55
56
57
58
59
{
"name": "@gabortorma/dayjs-business-days-hu",
"type": "module",
"version": "2.0.2",
"description": "DayJS business days plugin with hungarian holidays",
"author": "Gábor Torma",
"license": "MIT",
"homepage": "https://github.com/GaborTorma/dayjs-business-days-hu#readme",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/GaborTorma/dayjs-business-days-hu.git"
},
"bugs": {
"url": "https://github.com/GaborTorma/dayjs-business-days-hu/issues"
},
"keywords": [
"day.js",
"business",
"days",
"working",
"days",
"businessdays",
"workingdays",
"hu"
],
"main": "dist/index.js",
"types": "typings/index.d.ts",
"publishConfig": {
"access": "public"
},
"files": [
"dist/**/*",
"src/**/*",
"typings/**/*"
],
"scripts": {
"test": "jest --config ./jest.config.js",
"build": "tsc -p tsconfig.build.json",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "pnpm test && pnpm build && dotenv release-it"
},
"dependencies": {
"dayjs": "^1.11.11",
"dayjs-business-days2": "^1.2.2"
},
"devDependencies": {
"@gabortorma/antfu-eslint-config": "^0.5.10",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"dotenv-cli": "^7.4.2",
"jest": "^29.7.0",
"release-it": "^17.3.0",
"ts-jest": "^29.1.3",
"tslib": "^2.6.2",
"typescript": "^5.4.5"
}
}