1+ {
2+ "name" : " origamichat-next" ,
3+ "version" : " 0.1.0" ,
4+ "description" : " Next.js components and utilities for OrigamiChat, built on top of the React package" ,
5+ "main" : " ./dist/index.js" ,
6+ "module" : " ./dist/index.mjs" ,
7+ "types" : " ./dist/index.d.ts" ,
8+ "exports" : {
9+ "." : {
10+ "types" : " ./dist/index.d.ts" ,
11+ "import" : " ./dist/index.mjs" ,
12+ "require" : " ./dist/index.js"
13+ }
14+ },
15+ "files" : [
16+ " dist/**"
17+ ],
18+ "scripts" : {
19+ "build" : " tsup" ,
20+ "dev" : " tsup --watch" ,
21+ "lint" : " eslint src --ext .ts,.tsx" ,
22+ "check-types" : " tsc --noEmit" ,
23+ "clean" : " rm -rf dist"
24+ },
25+ "keywords" : [
26+ " nextjs" ,
27+ " react" ,
28+ " chat" ,
29+ " support" ,
30+ " ai" ,
31+ " customer-support" ,
32+ " server-components" ,
33+ " typescript"
34+ ],
35+ "author" : " Anthony Riera" ,
36+ "license" : " MIT" ,
37+ "homepage" : " https://origamichat.com" ,
38+ "repository" : {
39+ "type" : " git" ,
40+ "url" : " https://github.com/anthonyriera/origami-monorepo" ,
41+ "directory" : " packages/next"
42+ },
43+ "bugs" : {
44+ "url" : " https://github.com/anthonyriera/origami-monorepo/issues"
45+ },
46+ "publishConfig" : {
47+ "access" : " public"
48+ },
49+ "dependencies" : {
50+ "origamichat" : " workspace:*"
51+ },
52+ "peerDependencies" : {
53+ "next" : " >=13.0.0" ,
54+ "react" : " >=16.8.0" ,
55+ "react-dom" : " >=16.8.0"
56+ },
57+ "devDependencies" : {
58+ "@repo/eslint-config" : " workspace:*" ,
59+ "@repo/typescript-config" : " workspace:*" ,
60+ "@types/react" : " ^18.3.12" ,
61+ "@types/react-dom" : " ^18.3.1" ,
62+ "eslint" : " ^8.57.1" ,
63+ "next" : " ^15.1.0" ,
64+ "react" : " ^18.3.1" ,
65+ "react-dom" : " ^18.3.1" ,
66+ "tsup" : " ^8.3.5" ,
67+ "typescript" : " ^5.8.2"
68+ }
69+ }
0 commit comments