-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.02 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
{
"name": "nanakshahi-ical",
"version": "1.0.0",
"description": "Generating iCal file for Nanakshahi dates and Gurpurabs.",
"main": "main.js",
"scripts": {
"test": "jest --coverage",
"start": "node main.js",
"lint": "eslint ."
},
"engines": {
"node": "19.7.0",
"npm": "9.5.0"
},
"author": "Janpreet Singh <singh@janpreet.com>",
"license": "MIT",
"dependencies": {
"eslint-plugin-jest": "^27.2.1",
"ics": "^3.1.0",
"jest": "^29.5.0",
"nanakshahi": "^8.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/janpreet/nanakshahi-ical"
},
"bugs": {
"url": "https://github.com/janpreet/nanakshahi-ical/issues"
},
"devDependencies": {
"eslint": "^8.36.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.5.0"
},
"keywords": [
"nanakshahi",
"sikhi",
"sikh",
"gurpurab",
"gurpurabs",
"gurmukhi"
]
}