quickstruc
Version:
quickstruc is a Node.js-powered module designed to streamline project scaffolding.
52 lines (51 loc) • 1.18 kB
JSON
{
"name": "quickstruc",
"version": "1.0.9",
"description": "quickstruc is a Node.js-powered module designed to streamline project scaffolding.",
"keywords": [
"scaffolding",
"project-setup",
"file-creation",
"folder-structure",
"nodejs",
"automation",
"developer-tools"
],
"homepage": "https://github.com/CodeWithJagdeep/quickstruc#readme",
"bugs": {
"url": "https://github.com/CodeWithJagdeep/quickstruc/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeWithJagdeep/quickstruc.git"
},
"license": "ISC",
"author": "Jagdeep singh",
"type": "commonjs",
"main": "index.js",
"bin": {
"quickstruc": "src/index.js"
},
"files": [
"bin",
"src",
"boilerplate",
"util"
],
"scripts": {
"init": "node ./src/index.js",
"start": "node ./src/index.js",
"test": "jest"
},
"dependencies": {
"cli-color": "^2.0.4",
"dotenv": "^16.4.7",
"inquirer": "^12.2.0",
"ncp": "^2.0.0"
},
"devDependencies": {
"@types/node": "^22.10.2",
"jest": "^29.7.0",
"typescript": "^5.7.2"
}
}