-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.56 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
{
"name": "@lypro/song-db-builder",
"version": "0.0.1",
"description": "",
"private": true,
"type": "module",
"packageManager": "pnpm@9.0.0",
"engines": {
"node": ">=20",
"pnpm": ">=9"
},
"scripts": {
"build": "node ./scripts/build",
"script:pro-conv": "dotenvx run -- node ./scripts/pro-conv",
"script:vvx-conv": "dotenvx run -- node ./scripts/vvx-conv",
"script:jsn-conv": "dotenvx run -- node ./scripts/fgpc-json-conv",
"script:tcs-conv": "dotenvx run -- tsx ./scripts/tcs-conv.ts",
"script:kcc-conv": "dotenvx run -- tsx ./scripts/kcc-conv.ts",
"script:port-legacy": "dotenvx run -- tsx scripts/port-legacy.ts",
"script:reformat-sources": "dotenvx run -- tsx ./scripts/reformat-sources.ts",
"script:transliterate-gemini": "dotenvx run -- tsx scripts/transliterate-gemini.ts",
"script:transliterate-github": "dotenvx run -- tsx scripts/transliterate-github.ts",
"scrapper:tcs-org": "dotenvx run -- tsx ./scripts/scrappers/tamilchristiansongs-org.ts",
"prisma:db-pull": "prisma db pull",
"prisma:generate": "prisma generate"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@azure-rest/ai-inference": "latest",
"@azure-rest/core-client": "latest",
"@azure/core-auth": "latest",
"@azure/core-sse": "latest",
"@extensionengine/rtf-parser": "^1.0.1",
"@google/generative-ai": "^0.21.0",
"@jacksontian/rtf-parser": "^0.1.0",
"@keyrinrin/rtf-util": "^1.1.8",
"@prisma/client": "^6.0.0",
"axios": "^1.7.8",
"cheerio": "^1.0.0",
"cross-spawn": "^7.0.6",
"fast-glob": "^3.3.2",
"fast-xml-parser": "^4.5.0",
"fonteditor-core": "^2.4.1",
"fontkit": "^2.0.4",
"hast-util-select": "^6.0.3",
"iconv-lite": "^0.6.3",
"micromatch": "^4.0.8",
"opentype.js": "^1.3.4",
"pumpify": "^2.0.1",
"read-rtf": "^1.1.3",
"readable-stream": "^4.5.2",
"rehype-parse": "^9.0.1",
"rehype-remark": "^10.0.0",
"remark-breaks": "^4.0.0",
"remark-frontmatter": "^5.0.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"rtf-parser": "^1.3.3",
"unified": "^11.0.5",
"unist-util-find-all-after": "^5.0.0",
"xmlbuilder2": "^3.1.1",
"yaml": "^2.6.1"
},
"devDependencies": {
"@dotenvx/dotenvx": "^1.26.0",
"@types/mdast": "^4.0.4",
"@types/node": "^20.17.6",
"@types/lodash": "^4.17.14",
"jsonld": "^8.3.3",
"lodash": "^4.17.21",
"prisma": "^6.0.0",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"zx": "^8.2.4"
}
}