{
	"name": "jetup",
	"version": "0.0.4",
	"description": "Jetup: JavaScript Project Setup! Jetting-up your next JS project in seconds with one command, using fully modular, customizable presets, instantly ready to code!.",
	"bin": {
		"jetup": "dist/index.js"
	},
	"files": [
		"config",
		"dist",
		"lib",
		"LICENSE",
		"package.json",
		"README.md"
	],
	"preferGlobal": true,
	"scripts": {
		"clean": "node ./lib/clean.js",
		"lint": "eslint --ext .ts .",
		"lint:fix": "eslint --fix --ext .js,.ts .",
		"format": "prettier --write '**/*'",
		"build": "tsc && node ./lib/post-build.js",
		"test": "jest --passWithNoTests",
		"test:coverage": "jest --passWithNoTests --coverage=true --coverage-reporters=text",
		"test:ci": "jest --config ./jest.config.js --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --watchAll=false",
		"prepare": "husky",
		"prepublishOnly": "npm ci && npm run lint && npm run build"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/aldhosutra/jetup.git"
	},
	"keywords": [
		"boilerplate",
		"bootstrap",
		"cli",
		"code-generator",
		"developer-tooling",
		"init",
		"javascript",
		"modular",
		"npx",
		"preset",
		"project-generator",
		"project-setup",
		"scaffold",
		"setup",
		"setup-tool",
		"starter-kit",
		"template"
	],
	"author": "aldhosutra",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/aldhosutra/jetup/issues"
	},
	"homepage": "https://jetup.js.org",
	"overrides": {
		"glob": "10.4.5"
	},
	"devDependencies": {
		"@eslint/js": "^9.27.0",
		"@types/jest": "^29.5.14",
		"eslint": "^9.27.0",
		"globals": "^16.1.0",
		"husky": "^9.1.7",
		"jest": "^29.7.0",
		"jest-extended": "^5.0.2",
		"jest-junit": "^16.0.0",
		"lint-staged": "^15.5.2",
		"prettier": "3.5.3",
		"shelljs": "^0.10.0",
		"ts-jest": "^29.3.4",
		"typescript": "^5.8.3",
		"typescript-eslint": "^8.32.1"
	},
	"dependencies": {
		"commander": "^13.1.0",
		"dotenv": "^16.5.0",
		"figlet": "^1.8.1",
		"glob": "10.4.5",
		"lodash.merge": "^4.6.2",
		"nanospinner": "^1.2.2",
		"tslib": "^2.8.1",
		"winston": "^3.17.0"
	}
}
