UNPKG

create-mastra

Version:

Create Mastra apps with one command

74 lines 1.65 kB
{ "name": "create-mastra", "version": "0.13.2", "description": "Create Mastra apps with one command", "license": "Apache-2.0", "type": "module", "main": "dist/index.js", "bin": { "create-mastra": "./dist/index.js" }, "files": [ "dist", "CHANGELOG.md" ], "keywords": [ "mastra", "create", "cli", "starter", "boilerplate", "template", "init", "generator", "scaffold", "ai", "llm", "llms", "agent", "typescript", "project" ], "dependencies": { "commander": "^12.1.0", "execa": "^9.6.0", "fs-extra": "^11.3.2", "pino": "^9.7.0", "pino-pretty": "^13.0.0", "posthog-node": "^4.18.0", "prettier": "^3.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.52.8", "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "@types/fs-extra": "^11.0.4", "@types/node": "^20.19.0", "esbuild": "^0.25.9", "eslint": "^9.35.0", "rollup": "^4.50.2", "rollup-plugin-esbuild": "^6.2.1", "rollup-plugin-node-externals": "^8.0.1", "typescript": "^5.8.3", "@internal/lint": "0.0.42", "mastra": "^0.13.2" }, "engines": { "node": ">=20" }, "homepage": "https://mastra.ai", "repository": { "type": "git", "url": "git+https://github.com/mastra-ai/mastra.git", "directory": "packages/create-mastra" }, "bugs": { "url": "https://github.com/mastra-ai/mastra/issues" }, "scripts": { "build": "rollup -c", "lint": "eslint .", "clean": "rm -rf dist && rm -rf node_modules" } }