quickdircraft
Version:
A quick and easy folder structure creator. Instantly generate the directory layout for your project and spend more time coding and less time organizing.
36 lines (35 loc) • 976 B
JSON
{
"name": "quickdircraft",
"version": "0.0.25",
"description": "A quick and easy folder structure creator. Instantly generate the directory layout for your project and spend more time coding and less time organizing.",
"main": "setup.js",
"bin": {
"qdir": "bin/quickdircraft"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"": "node bin/quickdircraft"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elnurbaxsiyev/quickdircraft.git"
},
"keywords": [
"folder-structure",
"quick-setup",
"organize",
"efficient-development",
"code-scaffolding"
],
"author": "elnurbxs",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/elnurbaxsiyev/quickdircraft/issues"
},
"homepage": "https://github.com/elnurbaxsiyev/quickdircraft#readme",
"dependencies": {
"react-helmet": "^6.1.0",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1"
}
}