-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.55 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
60
61
62
63
64
65
66
67
68
69
70
{
"name": "holiday-event-api",
"version": "1.1.0",
"description": "Industry-leading holiday and event API for Node.js.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"clean": "rimraf coverage dist",
"test": "jest --collect-coverage",
"prepublishOnly": "npm run clean && npm run build && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/westy92/holiday-event-api-js.git"
},
"keywords": [
"holiday",
"holidays",
"public",
"federal",
"official",
"unofficial",
"date",
"month",
"year",
"day",
"calendar",
"api",
"holidayapi",
"list",
"event",
"occurrence",
"celebration",
"description",
"details",
"checkiday",
"javascript",
"typescript",
"nodejs",
"international",
"national",
"world",
"popular",
"trusted",
"accurate",
"free",
"best"
],
"author": "Seth Westphal <seth@sethwestphal.com> (http://www.sethwestphal.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/westy92/holiday-event-api-js/issues"
},
"homepage": "https://github.com/westy92/holiday-event-api-js#readme",
"funding": "https://github.com/sponsors/westy92",
"dependencies": {
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@types/jest": "^29.2.3",
"@types/node": "^22.0.2",
"@types/node-fetch": "^2.6.2",
"jest": "^29.3.1",
"nock": "^13.2.8",
"rimraf": "^6.0.1",
"ts-jest": "^29.0.3",
"typescript": "^5.0.4"
}
}