-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.45 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
{
"name": "@squirrel-forge/simple-webpack",
"version": "0.12.3",
"description": "A thin node wrapper for webpack with some basic options and configuration.",
"main": "src/classes/SimpleWebpack.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"simple-webpack": "bin/cli"
},
"directories": {
"bin": "bin",
"src": "src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/squirrel-forge/node-simple-webpack.git"
},
"keywords": [
"cli",
"simple",
"webpack",
"build"
],
"author": "Daniel Hartwell <[email protected]> (http://siux.info)",
"license": "MIT",
"bugs": {
"url": "https://github.com/squirrel-forge/node-simple-webpack/issues"
},
"homepage": "https://github.com/squirrel-forge/node-simple-webpack#readme",
"engines": {
"node": ">= 10.0.0"
},
"dependencies": {
"@babel/core": "7.18.x",
"@babel/eslint-parser": "7.18.x",
"@babel/plugin-transform-runtime": "7.18.x",
"@babel/preset-env": "7.18.x",
"@squirrel-forge/node-cfx": "1.x",
"@squirrel-forge/node-util": "1.x",
"babel-loader": "8.2.x",
"babel-plugin-transform-builtin-extend": "1.1.x",
"cli-spinner": "0.2.x",
"directory-tree": "3.x",
"eslint": "7.32.x",
"eslint-webpack-plugin": "3.1.1",
"intercept-stdout": "0.1.x",
"node-fetch": "2.x",
"webpack": "5.73.x",
"webpack-bundle-analyzer": "4.5.x",
"webpack-merge": "5.8.x"
}
}