@vxrn/takeout-cli
Version:
CLI tools for Takeout starter kit - interactive onboarding and project setup
64 lines (63 loc) • 1.43 kB
JSON
{
"name": "@vxrn/takeout-cli",
"version": "0.0.10",
"description": "CLI tools for Takeout starter kit - interactive onboarding and project setup",
"type": "module",
"sideEffects": false,
"source": "src/index.ts",
"main": "dist/cjs",
"module": "dist/esm",
"types": "./types/index.d.ts",
"bin": {
"takeout": "./dist/esm/cli.mjs"
},
"exports": {
"./package.json": "./package.json",
".": {
"types": "./types/index.d.ts",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.cjs"
}
},
"files": [
"src",
"types",
"dist"
],
"scripts": {
"build": "tamagui-build",
"watch": "tamagui-build --watch",
"lint": "biome check src",
"lint:fix": "biome check --write src",
"clean": "tamagui-build clean",
"clean:build": "tamagui-build clean:build",
"dev": "bun --watch src/cli.ts"
},
"dependencies": {
"@clack/prompts": "^0.8.2",
"citty": "^0.1.6",
"picocolors": "^1.1.1"
},
"devDependencies": {
"@biomejs/biome": "^2.1.2",
"@tamagui/build": "1.135.2",
"@types/node": "24.0.3",
"bun-types": "latest"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"cli",
"starter-kit",
"onboarding",
"setup",
"takeout"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/natew/chat",
"directory": "packages/takeout-cli"
}
}