-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 852 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "is-rtl-text",
"version": "0.0.1",
"description": "Library will help you to detect if the text is in right-to-left language",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "jest --coverage"
},
"jest": {
"verbose": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeeshop-oc/is-rtl-text.git"
},
"keywords": [
"rtl-detect",
"rtl",
"ltr",
"language",
"rtl-detect-text"
],
"author": "Code-E-Shop",
"license": "MIT",
"bugs": {
"url": "https://github.com/codeeshop-oc/is-rtl-text/issues"
},
"homepage": "https://github.com/codeeshop-oc/is-rtl-text#readme",
"devDependencies": {
"eslint": "^8.2.0",
"jest": "^26.6.3"
},
"browserslist": [
"defaults and supports es6-module",
"maintained node versions"
]
}