-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 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
41
{
"name": "best-string",
"version": "1.0.0",
"description": "<p align=\"center\">\r <a href=\"https://github.com/sajjadmrx/best-string\" target=\"blank\">\r <img src=\"https://cdn.discordapp.com/attachments/980899740784951387/1007988372284915864/New_Project.png\" width=\"500\" alt=\"Best-string Logo\" /></a>\r </p>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"/types"
],
"keywords": [
"replace",
"text",
"string",
"helper",
"rtl",
"regex",
"script",
"script-tags"
],
"author": "sajjadmrx",
"license": "ISC",
"devDependencies": {
"@types/jest": "^28.1.6",
"jest": "^28.1.3",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sajjadmrx/best-string.git"
},
"bugs": {
"url": "https://github.com/sajjadmrx/best-string/issues"
},
"homepage": "https://github.com/sajjadmrx/best-string#readme"
}