ai-code-to-project-files
Version:
A CLI tool to convert AI code responses with multiple file sections into organized project files
39 lines (38 loc) • 932 B
JSON
{
"name": "ai-code-to-project-files",
"version": "1.0.0",
"description": "A CLI tool to convert AI code responses with multiple file sections into organized project files",
"main": "index.js",
"bin": {
"ai-code-to-files": "./bin/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ai",
"code-to-files",
"file-parser",
"project-files",
"ai-response",
"cli"
],
"author": "Your Name",
"license": "MIT",
"engines": {
"node": ">=12.0.0"
},
"files": [
"index.js",
"bin/cli.js",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/timiwhosa/ai-code-to-project-files.git"
},
"bugs": {
"url": "https://github.com/timiwhosa/ai-code-to-project-files/issues"
},
"homepage": "https://github.com/timiwhosa/ai-code-to-project-files#readme"
}