File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Implements the connection with the Neo4j Database using the Bolt Protocol" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " types/index.d.ts" ,
7
+ "sideEffects" : false ,
7
8
"scripts" : {
8
9
"build" : " tsc" ,
9
10
"test" : " jest --passWithNoTests" ,
Original file line number Diff line number Diff line change 4
4
"description" : " Internals of neo4j-driver" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " types/index.d.ts" ,
7
+ "sideEffects" : false ,
7
8
"scripts" : {
8
9
"build" : " tsc -p tsconfig.build.json" ,
9
10
"build::es6" : " tsc -p tsconfig.build.json --target ES6 --outdir lib6" ,
Original file line number Diff line number Diff line change 4
4
"description" : " The official Neo4j lite driver for Javascript" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " types/index.d.ts" ,
7
+ "sideEffects" : false ,
7
8
"scripts" : {
8
9
"build" : " tsc -p tsconfig.build.json" ,
9
10
"build::browser" : " rollup --config rollup.config.js && npm run minify" ,
Original file line number Diff line number Diff line change 11
11
"engines" : {
12
12
"node" : " >=18.0.0"
13
13
},
14
+ "sideEffects" : false ,
14
15
"scripts" : {
15
16
"lint" : " eslint --fix --ext .js ./" ,
16
17
"test" : " gulp test" ,
You can’t perform that action at this time.
0 commit comments