File tree Expand file tree Collapse file tree 2 files changed +2433
-4880
lines changed Expand file tree Collapse file tree 2 files changed +2433
-4880
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @synstack/kuzu-client" ,
3
+ "type" : " module" ,
4
+ "version" : " 0.1.0" ,
5
+ "description" : " Kuzu graph database client" ,
6
+ "author" : {
7
+ "name" : " pAIrprog" ,
8
+ "url" : " https://pairprog.io"
9
+ },
10
+ "homepage" : " https://github.com/pAIrprogio/synscript/tree/main/packages/kuzu-client" ,
11
+ "repository" : {
12
+ "type" : " git" ,
13
+ "url" : " https://github.com/pAIrprogio/synscript.git" ,
14
+ "directory" : " packages/kuzu-client"
15
+ },
16
+ "license" : " Apache-2.0" ,
17
+ "scripts" : {
18
+ "build" : " tsup" ,
19
+ "prepack" : " pnpm build" ,
20
+ "build:watch" : " tsup --watch" ,
21
+ "test:types" : " tsc --noEmit" ,
22
+ "test:unit" : " node --experimental-strip-types --experimental-test-snapshots --no-warnings --test src/**/*.test.ts" ,
23
+ "test:unit:watch" : " node --experimental-strip-types --experimental-test-snapshots --no-warnings --watch --test --watch src/**/*.test.ts" ,
24
+ "test" : " pnpm test:types && pnpm test:unit"
25
+ },
26
+ "exports" : {
27
+ "." : {
28
+ "import" : {
29
+ "types" : " ./dist/kuzu-client.index.d.ts" ,
30
+ "default" : " ./dist/kuzu-client.index.js"
31
+ },
32
+ "require" : {
33
+ "types" : " ./dist/kuzu-client.index.d.cts" ,
34
+ "default" : " ./dist/kuzu-client.index.cjs"
35
+ }
36
+ }
37
+ },
38
+ "peerDependencies" : {
39
+ "kuzu" : " ^0.11.1"
40
+ },
41
+ "devDependencies" : {
42
+ "@types/node" : " ^22.15.32" ,
43
+ "kuzu" : " ^0.11.1" ,
44
+ "tsup" : " ^8.5.0" ,
45
+ "typescript" : " ^5.8.3"
46
+ },
47
+ "files" : [
48
+ " src/**/*.ts" ,
49
+ " !src/**/*.test.ts" ,
50
+ " dist/**/*"
51
+ ]
52
+ }
You can’t perform that action at this time.
0 commit comments