-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
83 lines (83 loc) · 2.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "@azizbecha/strkit",
"version": "1.0.3",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "npm run generate-barrels && tsc",
"generate-barrels": "barrelsby --directory src/lib --delete",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky && husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/azizbecha/strkit.git"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"keywords": [
"string",
"utilities",
"string-operations",
"string-functions",
"validation",
"string-manipulation",
"email-validation",
"url-validation",
"case-conversion",
"truncate",
"capitalize",
"remove-spaces",
"reverse",
"text",
"regex",
"string-utils",
"npm-package",
"typescript",
"javascript",
"web-development",
"text-processing",
"string-parsing",
"string-formatting",
"string-modification",
"string-helper",
"text-validation",
"html-string-manipulation",
"string-matcher",
"case-formatting",
"string-conversion",
"string-trimming",
"string-sanitization",
"string-cleanup",
"js-utils",
"frontend-utils",
"backend-utils",
"nodejs-utilities",
"string-normalization",
"js-text-functions",
"typescript-utility",
"web-utility",
"regular-expression",
"email-format",
"url-parser",
"string-helper-functions",
"reusable-functions",
"clean-text",
"string-magic"
],
"author": "Aziz Becha",
"license": "MIT",
"bugs": {
"url": "https://github.com/azizbecha/strkit/issues"
},
"homepage": "https://github.com/azizbecha/strkit#readme",
"description": "strkit is a utility library offering a collection of essential string functions including validation, case conversion, truncation, and more. Ideal for both JavaScript and TypeScript developers to simplify string operations in their applications.",
"devDependencies": {
"barrelsby": "^2.8.1",
"husky": "^8.0.0",
"typescript": "^5.7.3"
}
}