forked from shabados/database
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.13 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "@gurbaninow/database",
"version": "5.0.0-beta.2",
"description": "The open gurbani database containing an evolving set of corrections. Used in Shabad OS software.",
"scripts": {
"import": "node lib/import.js",
"backport": "node lib/backport.js",
"benchmark": "node lib/benchmark.js",
"build-sqlite": "node lib/build-sqlite.js",
"build-mysql": "node lib/build-mysql.js",
"build-json": "node lib/build-json.js",
"build-gutka": "node lib/build-gutka.js",
"generate-id": "node lib/generate-id.js",
"lint": "eslint .",
"prepare": "husky"
},
"lint-staged": {
"*.{js,jsx}": "eslint"
},
"keywords": [
"gurbani",
"database",
"scripture",
"nitnem",
"gurmukhi",
"guru",
"shabad",
"sikh",
"kirtan",
"bani"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gurbaninow/database.git"
},
"author": {
"name": "GurbaniNow Dev Team",
"email": "contact@gurbaninow.com",
"url": "https://gurbaninow.com/"
},
"contributors": [
{
"name": "Shabad OS Team",
"email": "team@shabados.com",
"url": "https://shabados.com/"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/gurbaninow/database/issues"
},
"homepage": "https://github.com/gurbaninow/database",
"dependencies": {
"anyid": "^1",
"app-root-path": "^3.1.0",
"better-sqlite3": "^11.7.0",
"colors": "^1",
"commander": "^12.1.0",
"freshy": "^1",
"gurmukhi-utils": "^3",
"is-ascii": "1.0.0",
"knex": "^3.1.0",
"lodash": "^4",
"memoizee": "^0.4.17",
"objection": "^3.1.5",
"prompts": "^2.4.2",
"recursive-copy": "^2.0.14",
"rimraf": "^6.0.1",
"snakecase-keys": "^8",
"string-similarity": "^4"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.10.0",
"eslint-plugin-require-sort": "^1.3.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"release-it": "^17"
}
}