-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
15 lines (15 loc) · 799 Bytes
/
package.json
File metadata and controls
15 lines (15 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name": "astartup-toolkit",
"version": "0.1.0",
"description": "Markdown software engineering & game design document vibe coding framework and MCP server to create new vibe coding projects and refine use cases, personas, business models, vision, and mission.",
"main": "assets/business-model-canvas.js",
"scripts": {
"build": "echo 'No build process needed for vanilla JavaScript'",
"serve": "echo 'Use: bundle exec jekyll serve'",
"copy-assets": "cp assets/business-model-canvas.js _site/assets/ && cp assets/business-model-canvas.css _site/assets/",
"clean": "bundle exec jekyll clean"
},
"keywords": ["jekyll", "vibe-coding", "markdown", "engineering", "documentation", "business-model-canvas", "startup", "mcp"],
"author": "AStartup",
"license": "Template"
}