File tree Expand file tree Collapse file tree 16 files changed +52
-17
lines changed
turbo/generators/templates Expand file tree Collapse file tree 16 files changed +52
-17
lines changed Original file line number Diff line number Diff line change 1010 "start" : " commandkit start" ,
1111 "node" : " node"
1212 },
13+ "repository" : {
14+ "type" : " git" ,
15+ "url" : " https://github.com/neplextech/commandkit" ,
16+ "directory" : " apps/test-bot"
17+ },
1318 "dependencies" : {
1419 "@ai-sdk/google" : " ^2.0.52" ,
1520 "@commandkit/ai" : " workspace:*" ,
Original file line number Diff line number Diff line change 1515 "write-heading-ids" : " docusaurus write-heading-ids" ,
1616 "check-types" : " tsc"
1717 },
18+ "repository" : {
19+ "type" : " git" ,
20+ "url" : " https://github.com/neplextech/commandkit" ,
21+ "directory" : " apps/website"
22+ },
1823 "dependencies" : {
1924 "@docusaurus/core" : " 3.9.2" ,
2025 "@docusaurus/plugin-sitemap" : " 3.9.2" ,
Original file line number Diff line number Diff line change 1515 "prettier:check" : " prettier --experimental-cli --check . --ignore-path=.prettierignore" ,
1616 "format" : " prettier --experimental-cli --write . --ignore-path=.prettierignore"
1717 },
18+ "repository" : {
19+ "type" : " git" ,
20+ "url" : " https://github.com/neplextech/commandkit"
21+ },
1822 "devDependencies" : {
1923 "@types/node" : " ^25.3.2" ,
2024 "prettier" : " ^3.8.1" ,
Original file line number Diff line number Diff line change 1313 },
1414 "repository" : {
1515 "type" : " git" ,
16- "url" : " git+https://github.com/neplextech/commandkit.git"
16+ "url" : " git+https://github.com/neplextech/commandkit.git" ,
17+ "directory" : " packages/ai"
1718 },
1819 "keywords" : [
1920 " commandkit" ,
2728 "bugs" : {
2829 "url" : " https://github.com/neplextech/commandkit/issues"
2930 },
30- "homepage" : " https://github.com/neplextech/ commandkit#readme " ,
31+ "homepage" : " https://commandkit.dev " ,
3132 "devDependencies" : {
3233 "commandkit" : " workspace:*" ,
3334 "discord.js" : " catalog:discordjs" ,
Original file line number Diff line number Diff line change 2121 },
2222 "repository" : {
2323 "type" : " git" ,
24- "url" : " git+https://github.com/neplextech/commandkit.git"
24+ "url" : " git+https://github.com/neplextech/commandkit.git" ,
25+ "directory" : " packages/analytics"
2526 },
2627 "keywords" : [
2728 " commandkit" ,
3536 "bugs" : {
3637 "url" : " https://github.com/neplextech/commandkit/issues"
3738 },
38- "homepage" : " https://github.com/neplextech/ commandkit#readme " ,
39+ "homepage" : " https://commandkit.dev " ,
3940 "devDependencies" : {
4041 "@umami/node" : " ^0.4.0" ,
4142 "commandkit" : " workspace:*" ,
Original file line number Diff line number Diff line change 2727 },
2828 "repository" : {
2929 "type" : " git" ,
30- "url" : " git+https://github.com/neplextech/commandkit.git"
30+ "url" : " git+https://github.com/neplextech/commandkit.git" ,
31+ "directory" : " packages/cache"
3132 },
3233 "keywords" : [
3334 " commandkit" ,
4445 "bugs" : {
4546 "url" : " https://github.com/neplextech/commandkit/issues"
4647 },
47- "homepage" : " https://github.com/neplextech/ commandkit#readme " ,
48+ "homepage" : " https://commandkit.dev " ,
4849 "devDependencies" : {
4950 "@types/ms" : " ^2.0.0" ,
5051 "commandkit" : " workspace:*" ,
Original file line number Diff line number Diff line change 1111 "preview" : " vite preview" ,
1212 "shadcn" : " pnpx shadcn@latest"
1313 },
14+ "repository" : {
15+ "type" : " git" ,
16+ "url" : " https://github.com/neplextech/commandkit" ,
17+ "directory" : " packages/devtools-ui"
18+ },
1419 "dependencies" : {
1520 "@dnd-kit/core" : " ^6.3.1" ,
1621 "@dnd-kit/modifiers" : " ^9.0.0" ,
Original file line number Diff line number Diff line change 2525 " dist" ,
2626 " ui"
2727 ],
28+ "repository" : {
29+ "type" : " git" ,
30+ "url" : " https://github.com/neplextech/commandkit" ,
31+ "directory" : " packages/devtools"
32+ },
2833 "dependencies" : {
2934 "cors" : " ^2.8.6" ,
3035 "express" : " ^5.2.1" ,
Original file line number Diff line number Diff line change 1313 },
1414 "repository" : {
1515 "type" : " git" ,
16- "url" : " git+https://github.com/neplextech/commandkit.git"
16+ "url" : " git+https://github.com/neplextech/commandkit.git" ,
17+ "directory" : " packages/i18n"
1718 },
1819 "keywords" : [
1920 " commandkit" ,
2829 "bugs" : {
2930 "url" : " https://github.com/neplextech/commandkit/issues"
3031 },
31- "homepage" : " https://github.com/neplextech/ commandkit#readme " ,
32+ "homepage" : " https://commandkit.dev " ,
3233 "dependencies" : {
3334 "i18next" : " ^25.8.13" ,
3435 "i18next-fs-backend" : " ^2.6.1"
Original file line number Diff line number Diff line change 1313 },
1414 "repository" : {
1515 "type" : " git" ,
16- "url" : " git+https://github.com/neplextech/commandkit.git"
16+ "url" : " git+https://github.com/neplextech/commandkit.git" ,
17+ "directory" : " packages/legacy"
1718 },
1819 "keywords" : [
1920 " commandkit" ,
2728 "bugs" : {
2829 "url" : " https://github.com/neplextech/commandkit/issues"
2930 },
30- "homepage" : " https://github.com/neplextech/ commandkit#readme " ,
31+ "homepage" : " https://commandkit.dev " ,
3132 "devDependencies" : {
3233 "commandkit" : " workspace:*" ,
3334 "discord.js" : " catalog:discordjs" ,
You can’t perform that action at this time.
0 commit comments