nusus 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +13 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Nusus
|
|
2
2
|
|
|
3
|
-
TypeScript SDK for
|
|
3
|
+
TypeScript SDK for searching and citing classical Islamic and Arabic texts through [Turath](https://app.turath.io/), a Shamela-style digital library. Use Nusus to retrieve source text, metadata, citations, and direct links from Arabic heritage books for research tools and AI agents.
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
6
|
npm install nusus
|
package/package.json
CHANGED
|
@@ -1,7 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nusus",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.2.1",
|
|
4
|
+
"description": "TypeScript SDK for searching and citing classical Islamic and Arabic texts via Turath, a Shamela-style digital library",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"turath",
|
|
7
|
+
"shamela",
|
|
8
|
+
"maktaba-shamela",
|
|
9
|
+
"islamic-texts",
|
|
10
|
+
"arabic-books",
|
|
11
|
+
"hadith",
|
|
12
|
+
"fiqh",
|
|
13
|
+
"typescript",
|
|
14
|
+
"sdk"
|
|
15
|
+
],
|
|
5
16
|
"repository": {
|
|
6
17
|
"type": "git",
|
|
7
18
|
"url": "git+https://github.com/mwijanarko1/nusus.git"
|