Skip to content

Commit 04f8e60

Browse files
committed
Update package.json description and keywords
1 parent 824123c commit 04f8e60

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

package.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "json-file-crud",
33
"version": "1.0.0",
44
"title": "JsonFileCRUD",
5-
"description": "CRUD operations for JSON files",
5+
"description": "A simple, robust, and thread-safe CRUD library for managing JSON objects in files",
66
"main": "./lib/json-file-crud.js",
77
"type": "module",
88
"scripts": {
@@ -22,11 +22,25 @@
2222
"file",
2323
"database",
2424
"async",
25-
"callback"
25+
"callback",
26+
"nodejs",
27+
"thread-safe",
28+
"queue",
29+
"auto-id",
30+
"lightweight",
31+
"zero-dependencies"
2632
],
2733
"engines": {
2834
"node": ">=14.0.0"
2935
},
36+
"files": [
37+
"lib/",
38+
"examples/",
39+
"test/",
40+
"README.md",
41+
"CHANGELOG.md",
42+
"LICENSE"
43+
],
3044
"homepage": "https://github.com/r-el/json-file-crud",
3145
"repository": {
3246
"type": "git",

0 commit comments

Comments
 (0)