-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.25 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
{
"name": "colombian-holidays",
"version": "4.1.1",
"description": "Colombian holidays",
"main": "dist/index.js",
"scripts": {
"format": "prettier --write .",
"lint": "eslint . --ext .ts --fix",
"test": "jest --coverage",
"build": "tsc",
"prepublishOnly": "tsc",
"ts-node": "ts-node"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/MauricioRobayo/colombian-holidays/issues"
},
"homepage": "https://github.com/MauricioRobayo/colombian-holidays",
"author": "Mauricio Robayo <[email protected]> (https://www.mauriciorobayo.com)",
"keywords": [
"Colombian holidays",
"Festivos en Colombia",
"Colombia",
"Festivos",
"Holidays"
],
"devDependencies": {
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint": "^8.14.0",
"jest": "^27.0.1",
"prettier": "^2.6.2",
"timezone-mock": "^1.3.1",
"ts-jest": "^27.1.4",
"ts-node": "^10.9.1",
"typescript": "^4.6.4"
},
"dependencies": {
"pascua": "^2.1.5"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/MauricioRobayo/colombian-holidays.git"
},
"release": {
"branches": "main"
}
}