Skip to content

Commit

Permalink
chore: format package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Nov 11, 2024
1 parent b3e72bf commit 35aa411
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,7 @@
"format": "biome format --write package.json src/lib/*.ts test/*.ts scripts/*.ts",
"test": "vitest"
},
"keywords": [
"postgres",
"postgresql",
"pg",
"query",
"parser",
"plpgsql"
],
"keywords": ["postgres", "postgresql", "pg", "query", "parser", "plpgsql"],
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^8.1.0",
Expand All @@ -64,16 +57,12 @@
"vitest": "^2.1.4",
"watchlist": "npm:@aleclarson/watchlist@^0.3.3"
},
"files": [
"lib"
],
"files": ["lib"],
"engines": {
"node": ">=16"
},
"binary": {
"napi_versions": [
8
]
"napi_versions": [8]
},
"config": {
"runtime": "napi",
Expand Down

0 comments on commit 35aa411

Please sign in to comment.