11{
2- "name" : " create-tsrouter-app" ,
3- "version" : " 0.11.0-alpha.2" ,
2+ "name" : " tanstack-app-creators" ,
43 "description" : " Tanstack Application Builder" ,
54 "bin" : " ./dist/index.js" ,
65 "type" : " module" ,
76 "scripts" : {
8- "build" : " tsc" ,
9- "start" : " tsc && node dist/index.js" ,
10- "test" : " npm run test:lint && vitest --run" ,
11- "test:watch" : " vitest" ,
7+ "build" : " nx run-many -t build" ,
128 "cipublish" : " node scripts/publish.js" ,
13- "test:lint" : " eslint ./src" ,
14- "mcp" : " tsc && npx @modelcontextprotocol/inspector dist/index.js --mcp"
9+ "test" : " nx run-many -t test"
1510 },
1611 "repository" : {
1712 "type" : " git" ,
1813 "url" : " https://github.com/TanStack/create-tsrouter-app.git"
1914 },
20- "homepage" : " https://tanstack.com/router" ,
21- "funding" : {
22- "type" : " github" ,
23- "url" : " https://github.com/sponsors/tannerlinsley"
24- },
25- "keywords" : [
26- " react" ,
27- " tanstack" ,
28- " router" ,
29- " create-react-app"
30- ],
31- "author" : " Jack Herrington <jherr@pobox.com>" ,
32- "license" : " MIT" ,
33- "packageManager" : " pnpm@9.15.5" ,
34- "dependencies" : {
35- "@clack/prompts" : " ^0.10.0" ,
36- "@modelcontextprotocol/sdk" : " ^1.6.0" ,
37- "chalk" : " ^5.4.1" ,
38- "commander" : " ^13.1.0" ,
39- "ejs" : " ^3.1.10" ,
40- "execa" : " ^9.5.2" ,
41- "express" : " ^4.21.2" ,
42- "memfs" : " ^4.17.0" ,
43- "prettier" : " ^3.5.0" ,
44- "vitest" : " ^3.0.8" ,
45- "zod" : " ^3.24.2"
46- },
4715 "devDependencies" : {
4816 "@tanstack/config" : " ^0.16.2" ,
49- "@types/ejs" : " ^3.1.5" ,
50- "@types/express" : " ^5.0.0" ,
51- "@types/node" : " ^22.13.4" ,
5217 "eslint" : " ^9.20.0" ,
5318 "eslint-plugin-react-hooks" : " ^5.1.0" ,
5419 "eslint-plugin-unused-imports" : " ^4.1.4" ,
20+ "nx" : " 20.6.4" ,
5521 "typescript" : " ^5.6.3"
22+ },
23+ "pnpm" : {
24+ "overrides" : {
25+ "create-tsrouter-app" : " link:cli/create-tsrouter-app"
26+ }
27+ },
28+ "workspaces" : [
29+ " ./cli/*" ,
30+ " ./packages/*"
31+ ],
32+ "dependencies" : {
33+ "@tanstack/config" : " ^0.16.2" ,
34+ "create-tsrouter-app" : " link:cli/create-tsrouter-app"
5635 }
57- }
36+ }
0 commit comments