-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1003 Bytes
/
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
{
"name": "corename",
"version": "1.1.1",
"main": "src/index.js",
"repository": "https://github.com/jalal246/corename.git",
"author": "Jalal Maskoun <[email protected]>",
"license": "LGPL-3.0",
"scripts": {
"test": "mocha"
},
"files": [
"src",
"dist",
"README.md"
],
"keywords": [
"builderz",
"get-info",
"package-sorter",
"corename",
"mytools",
"build",
"folo",
"dflex",
"bundle",
"scripts",
"monorepo",
"production",
"utility",
"tools",
"fs",
"json",
"file",
"directory",
"recursive",
"read"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/register": "^7.13.16",
"chai": "^4.2.0",
"eslint": "^7.27.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"mocha": "^9.1.4"
}
}