-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
37 lines (37 loc) · 947 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": "moment-business-days",
"version": "1.3.0",
"description": "MomentJS plugin to use business days",
"main": "index.js",
"types": "./index.d.ts",
"scripts": {
"test": "mocha tests/*"
},
"repository": {
"type": "git",
"url": "https://github.com/kalmecak/moment-business-days.git"
},
"keywords": [
"moment",
"momentjs",
"business",
"days",
"plugin"
],
"type": "module",
"peerDependencies": {
"moment": "2.x.x"
},
"author": "Christian Rodriguez Cisneros <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kalmecak/moment-business-days/issues"
},
"homepage": "https://github.com/kalmecak/moment-business-days",
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^10.0.0",
"moment": "^2.29.3",
"ts-node": "^10.8.2"
}
}