File tree 1 file changed +3
-11
lines changed
1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " kysely-planetscale" ,
3
3
"version" : " 0.2.1" ,
4
+ "type" : " module" ,
4
5
"description" : " Kysely dialect for PlanetScale Serverless" ,
5
6
"repository" : " https://github.com/depot/kysely-planetscale.git" ,
6
7
"homepage" : " https://github.com/depot/kysely-planetscale" ,
7
8
"author" :
" Jacob Gillespie <[email protected] >" ,
8
9
"license" : " MIT" ,
9
- "main" : " ./dist/index.js" ,
10
- "module" : " ./dist/index.mjs" ,
11
- "exports" : {
12
- "." : {
13
- "import" : " ./dist/index.mjs" ,
14
- "require" : " ./dist/index.js" ,
15
- "types" : " ./dist/index.d.ts"
16
- },
17
- "./package.json" : " ./package.json"
18
- },
10
+ "main" : " ./dist/index.mjs" ,
19
11
"types" : " ./dist/index.d.ts" ,
20
12
"files" : [
21
13
" dist"
28
20
" serverless"
29
21
],
30
22
"scripts" : {
31
- "build" : " tsup src/index.ts --format cjs, esm --dts --clean" ,
23
+ "build" : " tsup src/index.ts --format esm --dts --clean" ,
32
24
"clean" : " rm -rf dist" ,
33
25
"fmt" : " prettier --write ." ,
34
26
"fmt:check" : " prettier --check ." ,
You can’t perform that action at this time.
0 commit comments