File tree Expand file tree Collapse file tree 1 file changed +15
-23
lines changed
Expand file tree Collapse file tree 1 file changed +15
-23
lines changed Original file line number Diff line number Diff line change 55 "type" : " module" ,
66 "main" : " dist/index.js" ,
77 "types" : " dist/index.d.ts" ,
8- "files" : [
9- " dist" ,
10- " README.md" ,
11- " LICENSE" ,
12- " bin"
13- ],
8+ "exports" : {
9+ "." : {
10+ "types" : " ./dist/index.d.ts" ,
11+ "import" : " ./dist/index.js"
12+ },
13+ "./services" : {
14+ "types" : " ./dist/services/index.d.ts" ,
15+ "import" : " ./dist/services/index.js"
16+ },
17+ "./aisdk" : {
18+ "types" : " ./dist/aisdk/index.d.ts" ,
19+ "import" : " ./dist/aisdk/index.js"
20+ }
21+ },
1422 "bin" : {
1523 "tools-registry-cli" : " ./bin/tools-registry-cli.js"
1624 },
2028 },
2129 "scripts" : {
2230 "build" : " tsc" ,
23- "deploy" : " wrangler deploy" ,
24- "dev" : " wrangler dev" ,
25- "start" : " wrangler dev" ,
31+ "prepare" : " pnpm run build" ,
2632 "test" : " echo No Tests" ,
2733 "cf-typegen" : " wrangler types"
2834 },
4147 "ai" : " ^4.3.9" ,
4248 "hono" : " ^4.7.7" ,
4349 "zod" : " ^3.24.3"
44- },
45- "exports" : {
46- "." : {
47- "types" : " ./dist/index.d.ts" ,
48- "import" : " ./dist/index.js"
49- },
50- "./services" : {
51- "types" : " ./dist/services/index.d.ts" ,
52- "import" : " ./dist/services/index.js"
53- },
54- "./aisdk" : {
55- "types" : " ./dist/aisdk/index.d.ts" ,
56- "import" : " ./dist/aisdk/index.js"
57- }
5850 }
5951}
You can’t perform that action at this time.
0 commit comments