-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 loc) · 1.21 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
{
"name": "textics",
"version": "1.2.0",
"description": "Text Statistics",
"source": "src/textics.js",
"main": "dist/textics.min.cjs.js",
"umd:main": "dist/textics.min.umd",
"repository": "https://github.com/jalal246/textics.git",
"author": "Jalal Maskoun <jimmy002020@gmail.com>",
"license": "LGPL-3.0",
"scripts": {
"test": "mocha",
"build": "builderz --entries=src/textics",
"prepublish": "yarn build"
},
"keywords": [
"move-position",
"corename",
"get-info",
"builderz",
"package-sorter",
"mytools",
"folo",
"dflex",
"textics",
"textics-stream",
"replace-in",
"find-in",
"text",
"string",
"recursive",
"statistics",
"split",
"read",
"data",
"stat",
"count",
"counter",
"ascii",
"utility",
"tools"
],
"files": [
"src",
"dist",
"README.md"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"devDependencies": {
"builderz": "^0.11.0",
"chai": "^4.2.0",
"eslint": "^7.15.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"mocha": "^9.0.3"
}
}