UNPKG

1 kBJSONView Raw
1{
2 "name": "abjad",
3 "version": "1.0.3",
4 "description": "محاسبه‌گر اعداد حروف أبجد (حساب جُمَّل) برای واژگان و عبارت‌ها",
5 "keywords": [
6 "ابجد",
7 "أبجد",
8 "حساب-جُمَّل",
9 "حساب-الجُمَّل",
10 "حساب-ابجد",
11 "حساب-أبجد",
12 "حساب-حروف-ابجد",
13 "حساب-حروف-أبجد",
14 "abjad",
15 "abjad-numeral",
16 "hisab-al-Jummal"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/mirismaili/abjad"
21 },
22 "license": "MIT",
23 "author": "S. Mahdi Mir-Ismaili <s.m.mirismaili@gmail.com>",
24 "type": "module",
25 "main": "main.js",
26 "scripts": {
27 "test": "echo \"Error: no test specified\" && exit 1"
28 },
29 "dependencies": {},
30 "devDependencies": {
31 "eslint": "^7.24.0",
32 "eslint-config-standard": "^16.0.2",
33 "eslint-plugin-import": "^2.22.1",
34 "eslint-plugin-node": "^11.1.0",
35 "eslint-plugin-promise": "^5.1.0"
36 },
37 "engines": {
38 "node": ">=14"
39 },
40 "files": [
41 "main.js"
42 ]
43}