UNPKG

aios-core

Version:

Synkra AIOS: AI-Orchestrated System for Full Stack Development - Core Framework

20 lines (19 loc) 396 B
{ "name": "{{squad-name}}", "version": "0.1.0", "description": "{{description}}", "main": "index.js", "scripts": { "test": "jest", "lint": "eslint src/", "dev": "aios-dev-server" }, "keywords": ["aios", "aios-squad"], "author": "{{author}}", "license": "MIT", "devDependencies": { "@aios/testing": "^2.1.0", "jest": "^29.0.0", "eslint": "^8.0.0" } }