-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 812 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 812 Bytes
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
{
"name": "webpackx",
"version": "0.0.1-alpha.11",
"description": "",
"main": "bin/index.js",
"bin": {
"webpackx": "bin/index.js"
},
"scripts": {
"lintstaged": "lint-staged"
},
"pre-commit": [
"lintstaged"
],
"repository": {
"url": "https://github.com/PlayMa256/webpackx"
},
"keywords": [],
"files": [
"bin",
"package.json",
"Readme.md"
],
"author": "PlayMa256<Matheus Gonçalves da Silva>",
"license": "ISC",
"dependencies": {
"babel-loader": "^8.0.6",
"shebang-loader": "0.0.1",
"webpack": "^4.31.0",
"webpack-node-externals": "1.7.2",
"yargs-parser": "^18.1.3"
},
"devDependencies": {
"lint-staged": "^10.2.3",
"pre-commit": "^1.2.2",
"prettier": "^2.0.5"
},
"lint-staged": {
"*.js": "prettier"
}
}