-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.54 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "builderz",
"version": "0.12.0",
"main": "./dist/builderz.cjs",
"bin": "./dist/cli.cjs.js",
"repository": "https://github.com/jalal246/builderz.git",
"author": "Jalal Maskoun <[email protected]>",
"license": "LGPL-3.0",
"scripts": {
"build": "node --require @babel/register build.self.js",
"prepublish": "yarn build",
"test:build": "yarn build && cross-env USE_BUILD=DIST jest",
"test": "cross-env USE_BUILD=SRC jest"
},
"files": [
"src",
"dist",
"README.md",
"LICENSE"
],
"keywords": [
"builderz",
"get-info",
"package-sorter",
"validate-access",
"corename",
"mytools",
"move-position",
"folo",
"dflex",
"textics",
"textics-stream",
"build",
"scripts",
"monorepo",
"rollup",
"production",
"utility",
"tools",
"bundle",
"fs",
"json",
"file",
"directory",
"recursive",
"read",
"fileSystem",
"filter"
],
"dependencies": {
"@babel/core": "^7.13.10",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.13",
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.0.0",
"@rollup/plugin-node-resolve": "^11.1.1",
"@rollup/pluginutils": "^4.1.0",
"babel-plugin-macros": "^3.0.1",
"babel-plugin-transform-async-to-promises": "^0.8.15",
"get-info": "^2.4.5",
"move-position": "^1.0.4",
"package-sorter": "^1.1.3",
"postcss": "^8.2.8",
"rimraf": "^3.0.2",
"rollup": "^2.38.5",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"typescript": "^4.1.2",
"update-notifier": "^5.1.0",
"validate-access": "^0.3.1",
"yargs": "^16.2.0"
},
"devDependencies": {
"@babel/plugin-external-helpers": "^7.8.3",
"@babel/plugin-transform-async-to-generator": "^7.8.3",
"@babel/plugin-transform-classes": "^7.9.5",
"@babel/register": "^7.9.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.1.0",
"cross-env": "^7.0.3",
"eslint": "^7.19.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.25.3",
"jest": "^25.1.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}