Skip to content

Commit 7abe9b5

Browse files
package updated.
1 parent c8204eb commit 7abe9b5

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

package.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puddysql",
3-
"description": "",
3+
"description": "🐾 Powerful SQL toolkit for Node.js, built with flexibility and structure in mind. Easily manage SQLite3/PostgreSQL, advanced queries, smart tag systems, and full JSON-friendly filters.",
44
"version": "1.0.0-beta",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",
@@ -25,7 +25,24 @@
2525
"sqlite3": "^5.1.7",
2626
"tiny-essentials": "^1.13.0"
2727
},
28-
"keywords": [],
28+
"keywords": [
29+
"sql",
30+
"sqlite",
31+
"sqlite3",
32+
"postgres",
33+
"postgresql",
34+
"query",
35+
"query-builder",
36+
"sql-builder",
37+
"json",
38+
"json-query",
39+
"tag-system",
40+
"tags",
41+
"advanced-search",
42+
"search",
43+
"database",
44+
"structured-query"
45+
],
2946
"scripts": {
3047
"test": "npm run test:mjs && npm run test:cjs && npm run test:js",
3148
"test:js": "npx babel-node test/index.js",

0 commit comments

Comments
 (0)