-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 961 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 961 Bytes
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
{
"name": "shakeeb-justify",
"version": "2.0.0",
"description": "Urdu poetry justification utility by Shakeeb Ahmad",
"main": "dist/shakeeb-justify.min.js",
"files": [
"dist"
],
"scripts": {
"build": "terser dist/shakeeb-justify.js -o dist/shakeeb-justify.min.js --compress --mangle",
"test": "jest"
},
"keywords": [
"justify-align-last",
"justify-with-table",
"justify",
"nastaleeq",
"poetry-justify",
"poetry",
"shakeeb",
"ShakesVision",
"table-justify",
"typography",
"urdu",
"shakeeb ahmad",
"shakeeb.in",
"shakeeb-justify",
"shakeeb justify"
],
"author": "Shakeeb Ahmad <admin@sarbakaf.com> (https://shakeeb.in)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ShakesVision/PoetryJustification.git"
},
"devDependencies": {
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"terser": "^5.43.1"
}
}