-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.13 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
{
"name": "package-sorter",
"version": "1.1.3",
"main": "src/index.js",
"repository": "https://github.com/jalal246/packageSorter.git",
"author": "Jalal Maskoun <[email protected]>",
"license": "LGPL-3.0",
"scripts": {
"test": "mocha -require @babel/register"
},
"dependencies": {
"corename": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.14.4",
"@babel/register": "^7.16.0",
"chai": "^4.3.0",
"eslint": "^7.27.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"mocha": "^9.1.3"
},
"files": [
"src",
"README.md"
],
"keywords": [
"corename",
"get-info",
"builderz",
"package-sorter",
"mytools",
"folo",
"dflex",
"textics",
"build",
"bundle",
"scripts",
"monorepo",
"production",
"utility",
"tools",
"fs",
"json",
"file",
"directory",
"recursive",
"read",
"fileSystem",
"filter"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}