-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.32 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
{
"version": "1.0.7",
"keywords": [
"textlintrule"
],
"main": "lib/index.js",
"files": [
"lib/",
"src/"
],
"scripts": {
"test": "textlint-scripts test",
"build": "textlint-scripts build",
"prepublish": "npm run --if-present build",
"watch": "textlint-scripts build --watch",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\""
},
"prettier": {
"singleQuote": false,
"printWidth": 120,
"tabWidth": 4,
"trailingComma": "es5"
},
"devDependencies": {
"@textlint/types": "^14.0.4",
"@types/node": "^20.14.9",
"prettier": "^3.3.2",
"textlint-scripts": "^14.0.4",
"textlint-tester": "^14.0.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"name": "textlint-rule-no-kasheeda",
"description": "textlint rule to prevents the usage of kasheeda `ـ` U+0640 symbol in languages like Arabic and Farsi",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aborazmeh/textlint-rule-no-kasheeda.git"
},
"author": "aborazmeh",
"license": "MIT",
"bugs": {
"url": "https://github.com/aborazmeh/textlint-rule-no-kasheeda/issues"
},
"homepage": "https://github.com/aborazmeh/textlint-rule-no-kasheeda#readme",
"dependencies": {
"@textlint/ast-node-types": "^14.0.4"
}
}