UNPKG

@entro314labs/create-at3-app

Version:

Scaffold new AT3 Stack projects with AI, edge, and modern tooling

91 lines 2.07 kB
{ "name": "@entro314labs/create-at3-app", "version": "1.0.0-alpha.1", "description": "Scaffold new AT3 Stack projects with AI, edge, and modern tooling", "keywords": [ "at3", "ait3e", "at3-stack", "ai-native", "nextjs", "react", "typescript", "tailwind", "supabase", "edge", "serverless", "scaffolding", "starter", "template", "cli" ], "homepage": "https://at3-stack.dev", "bugs": { "url": "https://github.com/entro314-labs/at3-stack-kit/issues" }, "repository": { "type": "git", "url": "https://github.com/entro314-labs/at3-stack-kit.git", "directory": "packages/create-at3-app" }, "license": "MIT", "author": "entro314-labs", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "create-at3": "./dist/index.js", "create-at3-app": "./dist/index.js" }, "files": [ "dist", "templates", "README.md", "LICENSE" ], "dependencies": { "@clack/prompts": "^0.11.0", "commander": "^14.0.2", "cross-spawn": "^7.0.6", "detect-package-manager": "^3.0.2", "fs-extra": "^11.3.2", "validate-npm-package-name": "^7.0.0" }, "devDependencies": { "@types/cross-spawn": "^6.0.6", "@types/fs-extra": "^11.0.4", "@types/node": "^24.10.1", "@types/validate-npm-package-name": "^4.0.2", "boxen": "^8.0.1", "chalk": "^5.6.2", "columnify": "^1.6.0", "figures": "^6.1.0", "gradient-string": "^3.0.0", "ora": "^9.0.0", "tsup": "^8.5.1", "typescript": "^5.9.3", "vitest": "^4.0.14" }, "engines": { "node": ">=22.x" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "vitest", "test:ci": "vitest run", "type-check": "tsc --noEmit", "check": "biome check src/", "check:fix": "biome check --write src/" } }