create-zephyr-apps
Version:
A CLI tool to create web applications using Zephyr.
76 lines • 1.81 kB
JSON
{
"name": "create-zephyr-apps",
"version": "1.2.1",
"description": "A CLI tool to create web applications using Zephyr.",
"keywords": [
"agent-skill",
"create-zephyr-apps",
"example",
"tanstack-intent",
"template",
"zephyr",
"zephyr-apps",
"zephyr-cli",
"zephyr-example",
"zephyr-template"
],
"license": "Apache-2.0",
"author": {
"name": "ZephyrCloudIO",
"url": "https://github.com/ZephyrCloudIO"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZephyrCloudIO/zephyr-packages.git",
"directory": "libs/create-zephyr-apps"
},
"bin": {
"create-zephyr-apps": "dist/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE",
"skills",
"!skills/_artifacts",
".codex-plugin/plugin.json",
".claude-plugin/plugin.json",
".cursor-plugin/plugin.json",
"scripts/sync-plugin-versions.mjs",
"!dist/**/*.map"
],
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public",
"provenance": true
},
"dependencies": {
"@clack/prompts": "^1.7.0",
"chalk-template": "1.1.2",
"terminal-link": "^5.0.0"
},
"devDependencies": {
"@rslib/core": "0.23.2",
"@rstest/core": "0.11.1",
"@tanstack/intent": "0.3.6",
"@types/node": "^24.13.3",
"tsx": "^4.23.0",
"typescript": "~5.9.3"
},
"intent": {
"version": 1,
"repo": "ZephyrCloudIO/zephyr-packages",
"docs": "https://docs.zephyr-cloud.io/tools/create-zephyr-apps",
"requires": []
},
"scripts": {
"dev": "rslib build --watch",
"build": "rslib build",
"patch-version": "pnpm version",
"version": "node scripts/sync-plugin-versions.mjs",
"test": "rstest run",
"typecheck": "tsc -b"
}
}