-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "string-tools-pro",
"version": "1.0.3",
"description": "Tiny & versatile Node.js library for in-depth text analysis, including character, word, and sentence counting, punctuation analysis, case sensitivity, email and URL detection, and more. Perform text manipulation and data extraction effortlessly. No external dependencies needed.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VishwaGauravIn/string-tools-pro.git"
},
"keywords": [
"string-tools",
"text",
"analysis",
"manipulation",
"character",
"count",
"word",
"sentence",
"punctuation",
"case",
"email",
"url",
"alphanumeric",
"whitespace",
"parsing",
"cookie",
"processing",
"utilities"
],
"author": "VishwaGauravIn",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/VishwaGauravIn/string-tools-pro/issues"
},
"homepage": "https://github.com/VishwaGauravIn/string-tools-pro#readme"
}