create-electron-foundation
Version:
An interactive CLI to bootstrap a modern, type-safe, and scalable Electron application.
73 lines (72 loc) • 2 kB
JSON
{
"name": "create-electron-foundation",
"type": "module",
"version": "1.5.3",
"description": "An interactive CLI to bootstrap a modern, type-safe, and scalable Electron application.",
"author": "Reed Turgeon <turgeon.dev+oss-create-electron-foundation@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/MrT3313/CREATE-ELECTRON-FOUNDATION.git"
},
"license": "MIT",
"keywords": [
"cli",
"electron",
"boilerplate",
"template",
"scaffolding",
"starter",
"electronjs",
"desktop-app",
"create-app"
],
"bugs": {
"url": "https://github.com/MrT3313/CREATE-ELECTRON-FOUNDATION/issues"
},
"homepage": "https://github.com/MrT3313/CREATE-ELECTRON-FOUNDATION#readme",
"files": [
"cli/dist",
"cli/template",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"main": "cli/dist/index.js",
"bin": {
"create-electron-foundation": "cli/dist/index.js"
},
"dependencies": {
"@clack/prompts": "^0.11.0",
"@types/yargs": "^17.0.33",
"chalk": "^5.4.1",
"commander": "^14.0.0",
"execa": "^9.6.0",
"fs-extra": "^11.3.0",
"gradient-string": "^3.0.0",
"ora": "^8.2.0",
"sort-package-json": "^3.4.0",
"yargs": "^17.7.2"
},
"scripts": {
"build": "npm run build -w @create-electron-foundation/cli",
"start": "node cli/dist/index.js",
"lint": "npm run lint -w @create-electron-foundation/cli",
"format": "npm run format -w @create-electron-foundation/cli",
"format:check": "npm run format:check -w @create-electron-foundation/cli"
},
"devDependencies": {
"@types/node": "^24.0.14",
"@typescript-eslint/eslint-plugin": "^8.37.0",
"@typescript-eslint/parser": "^8.37.0",
"eslint": "^9.31.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "5.5.1",
"prettier": "3.6.2",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.37.0"
},
"workspaces": [
"cli"
]
}