-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 789 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 789 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
{
"name": "webpack-scaffold-starter",
"version": "2.0.0",
"description": "A CLI tool for scaffolding starter webpack-scaffold",
"main": "index.js",
"dependencies": {
"ansi-colors": "^3.2.4",
"inquirer": "^6.2.2"
},
"devDependencies": {
"@webpack-cli/generators": "^1.2.1",
"@webpack-cli/init": "^1.1.1",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1"
},
"bin": {
"webpack-scaffold": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rishabh3112/webpack-scaffold-starter.git"
},
"author": "Rishabh Chawla",
"license": "MIT",
"bugs": {
"url": "https://github.com/rishabh3112/webpack-scaffold-starter/issues"
},
"homepage": "https://github.com/rishabh3112/webpack-scaffold-starter#readme"
}