File tree Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pipedream/ai" ,
3
3
"type" : " module" ,
4
- "version" : " 0.0.1 " ,
4
+ "version" : " 0.0.2 " ,
5
5
"description" : " Pipedream AI" ,
6
6
"main" : " ./dist/index.js" ,
7
7
"types" : " ./dist/index.d.ts" ,
11
11
"types" : " ./dist/index.d.ts"
12
12
}
13
13
},
14
- "files" : [
15
- " dist" ,
16
- " package.json"
14
+ "engines" : {
15
+ "node" : " >=18.0.0"
16
+ },
17
+ "keywords" : [
18
+ " pipedream" ,
19
+ " ai" ,
20
+ " connect"
17
21
],
22
+ "license" : " SEE LICENSE IN LICENSE" ,
18
23
"publishConfig" : {
19
24
"access" : " public"
20
25
},
21
26
"scripts" : {
22
- "build" : " tsc"
27
+ "build" : " tsc --noCheck" ,
28
+ "prepublish" : " npm run build"
23
29
},
30
+ "files" : [
31
+ " dist"
32
+ ],
24
33
"dependencies" : {
25
34
"@pipedream/sdk" : " workspace:^" ,
26
35
"zod" : " ^3.24.4" ,
27
36
"zod-to-json-schema" : " ^3.24.5"
28
37
},
29
38
"devDependencies" : {
30
39
"bun" : " ^1.2.13" ,
31
- "openai" : " ^4.77.0"
40
+ "openai" : " ^4.77.0" ,
41
+ "tsup" : " ^8.3.6" ,
42
+ "typescript" : " ^5.6"
32
43
}
33
44
}
You can’t perform that action at this time.
0 commit comments