-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
22 lines (22 loc) · 884 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "arajs",
"version": "1.0.13",
"homepage": "https://github.com/mdanok/arajs",
"description": "An npm module that provides Arabic language processing capabilities for JavaScript applications, inspired by the popular Python package \"pyarabic\". With \"arajs\", developers can easily perform tasks such as Arabic text normalization, tokenization, and more, using familiar JavaScript syntax. This package is designed to be lightweight, easy to use, and highly performant, making it a great choice for any project that requires Arabic language processing in a JavaScript environment.",
"main": "index.js",
"keywords": [
"arabic",
"convert",
"taskheel",
"normalization"
],
"scripts": {
"test": "mocha 'tests/**/*.test.js'"
},
"author": "mdanok",
"license": "MIT",
"devDependencies": {
"chai": "^4.3.7",
"mocha": "^10.2.0"
}
}