21 lines
791 B
JSON
21 lines
791 B
JSON
{
|
|
"name": "metacraft",
|
|
"version": "0.0.1",
|
|
"description": "AI-Powered Meta-Development Tool - Documentation and Design Repository (No Execution Environment)",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "echo 'Bootstrap loop design - see scripts/bootstrap.js for implementation logic'",
|
|
"prompt": "echo 'Prompt execution design - see scripts/run-prompt.js for implementation logic'",
|
|
"plan": "echo 'Plan next step design - see scripts/plan-next.js for implementation logic'",
|
|
"test": "echo 'Testing framework design - see docs/ARCHITECTURE.md for design concepts'"
|
|
},
|
|
"keywords": ["ai", "development", "tooling", "bootstrapping"],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
} |