-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 772 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 772 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
{
"name": "create-clean-codebase",
"version": "1.0.0",
"description": "NPM package to easily create starter codebases, with a clean, maintainable and easy to understand starting point. ",
"bin": {
"create-clean-codebase": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RaxoCoding/CreateCleanCodebase"
},
"keywords": [
"clean",
"codebase",
"template",
"starter"
],
"author": "RaxoCoding",
"license": "MIT",
"bugs": {
"url": "https://github.com/RaxoCoding/CreateCleanCodebase/issues"
},
"homepage": "https://github.com/RaxoCoding/CreateCleanCodebase#readme",
"dependencies": {
"chalk": "^5.3.0",
"cross-spawn": "^7.0.3",
"inquirer": "^12.0.0"
},
"type": "module"
}