aios-core
Version:
Synkra AIOS: AI-Orchestrated System for Full Stack Development - Core Framework
40 lines (38 loc) • 817 B
JSON
{
"name": "@aios/installer",
"version": "3.2.1",
"description": "AIOS Installer - Automated setup wizard for AIOS projects (greenfield & brownfield)",
"main": "src/index.js",
"bin": {
"aios-installer": "./src/index.js"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:unit": "jest tests/unit",
"test:integration": "jest tests/integration"
},
"keywords": [
"aios",
"installer",
"wizard",
"cli",
"setup",
"greenfield",
"brownfield"
],
"author": "AIOS Fullstack Team",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@clack/prompts": "^0.11.0",
"chalk": "^4.1.2",
"fs-extra": "^11.3.2"
},
"devDependencies": {
"jest": "^30.2.0"
}
}