-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 978 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 978 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
{
"name": "fullstack-webpack",
"version": "1.0.0",
"description": "An app that makes building webpacks for fullstack applications simple.",
"main": "scripts/script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node scripts/script.js"
},
"bin": {
"create-fullstack-webpack-app": "scripts/script.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Create-Fullstack-Webpack/fullstack-webpack.git"
},
"keywords": [ "fullstack", "webpack", "cli", "create", "react"],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Create-Fullstack-Webpack/fullstack-webpack/issues"
},
"homepage": "https://github.com/Create-Fullstack-Webpack/fullstack-webpack#readme",
"dependencies": {
"chalk": "^4.1.0",
"concurrently": "^5.3.0",
"figlet": "^1.5.0",
"inquirer": "^7.3.3"
},
"devDependencies": {
},
"directories": {
"test": "test"
}
}