UNPKG

@tanstack/cli

Version:
75 lines 2.04 kB
{ "name": "@tanstack/cli", "version": "0.63.0", "description": "TanStack CLI", "type": "module", "main": "./dist/index.js", "types": "./dist/types/index.d.ts", "files": [ "dist", "skills", "!skills/_artifacts" ], "bin": { "tanstack": "./dist/bin.js" }, "repository": { "type": "git", "url": "git+https://github.com/TanStack/cli.git", "directory": "packages/cli" }, "homepage": "https://tanstack.com/router", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "keywords": [ "react", "tanstack", "router", "create-react-app" ], "author": "Jack Herrington <jherr@pobox.com>", "license": "MIT", "dependencies": { "@clack/prompts": "^0.10.0", "chalk": "^5.4.1", "chokidar": "^3.6.0", "commander": "^13.1.0", "diff": "^7.0.0", "semver": "^7.7.2", "tempy": "^3.1.0", "validate-npm-package-name": "^7.0.0", "zod": "^3.24.2", "@tanstack/create": "0.63.2" }, "devDependencies": { "@playwright/test": "^1.58.2", "@tanstack/config": "^0.16.2", "@tanstack/intent": "^0.0.13", "@types/diff": "^5.2.0", "@types/node": "^22.13.4", "@types/semver": "^7.7.0", "@types/validate-npm-package-name": "^4.0.2", "@vitest/coverage-v8": "3.1.1", "eslint": "^9.20.0", "typescript": "^5.6.3", "vitest": "^3.1.1", "vitest-fetch-mock": "^0.4.5" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "test:e2e": "npm run test:e2e:blocking", "test:e2e:blocking": "playwright test --grep @blocking", "test:e2e:matrix": "playwright test --grep @matrix", "test:e2e:debug": "playwright test --debug", "test:e2e:headed": "playwright test --headed", "test:e2e:local": "npm run build && npm run test:e2e:blocking", "test:e2e:matrix:local": "npm run build && npm run test:e2e:matrix", "test:lint": "eslint ./src", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage" } }