-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"version": "1.0.1",
"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"
},
"devDependencies": {
"@textlint/types": "^14.0.4",
"@types/node": "^20.14.9",
"textlint-scripts": "^14.0.4",
"textlint-tester": "^14.0.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"name": "textlint-rule-no-mixed-punctuations",
"description": "prevents the mixing of LTR and RTL punctuations",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aborazmeh/textlint-rule-no-mixed-punctuations.git"
},
"author": "aborazmeh",
"license": "MIT",
"bugs": {
"url": "https://github.com/aborazmeh/textlint-rule-no-mixed-punctuations/issues"
},
"homepage": "https://github.com/aborazmeh/textlint-rule-no-mixed-punctuations#readme"
}