@entro314labs/create-at3-app
Version:
Scaffold new AT3 Stack projects with AI, edge, and modern tooling
89 lines • 1.99 kB
JSON
{
"name": "@entro314labs/create-at3-app",
"version": "0.1.0-alpha.2",
"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.8.2",
"commander": "^12.1.0",
"cross-spawn": "^7.0.6",
"detect-package-manager": "^3.0.2",
"fs-extra": "^11.2.0",
"validate-npm-package-name": "^6.0.0"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.2.1",
"@types/validate-npm-package-name": "^4.0.2",
"boxen": "^8.0.1",
"chalk": "^5.5.0",
"columnify": "^1.6.0",
"figures": "^6.1.0",
"gradient-string": "^3.0.0",
"ora": "^8.2.0",
"tsup": "^8.3.5",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "vitest",
"test:ci": "vitest run",
"type-check": "tsc --noEmit"
}
}