-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.33 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": "@gurbaninow/hukamnama-archive",
"version": "1.0.0",
"description": "Fetch and store the latest Mukhvaak from Sri Darbar Sahib, Sri Amritsar.",
"type": "module",
"directories": {
"lib": "lib"
},
"scripts": {
"fetch": "node index.js",
"lint": "eslint .",
"precommit": "npm run lint",
"prepare": "husky install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gurbaninow/hukamnama-archive.git"
},
"author": "Sarabveer Singh <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gurbaninow/hukamnama-archive/issues"
},
"homepage": "https://github.com/gurbaninow/hukamnama-archive#readme",
"dependencies": {
"@gurbaninow/database": "^5.0.0-beta",
"app-root-path": "^3.1.0",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"fast-xml-parser": "^4.3.2",
"gurmukhi-utils": "^3.2.2",
"jsdom": "^23.0.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"eslint": "^8.49.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.0",
"eslint-plugin-require-sort": "^1.3.0",
"husky": "^8.0.3"
}
}