Skip to content

Commit d2b42ea

Browse files
committed
chore: add keywods
1 parent 61ed591 commit d2b42ea

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

packages/nest/package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,29 @@
1111
},
1212
"types": "./dist/index.d.ts",
1313
"main": "./dist/index.cjs",
14+
"author": {
15+
"name": "Vitalij Ryndin",
16+
"email": "[email protected]",
17+
"url": "https://crashmax.ru"
18+
},
19+
"license": "MIT",
20+
"homepage": "https://github.com/crashmax-dev/stenodb/packages/node#readme",
21+
"repository": {
22+
"type": "git",
23+
"url": "git+https://github.com/crashmax-dev/stenodb.git"
24+
},
25+
"bugs": {
26+
"url": "https://github.com/crashmax-dev/stenodb/issues"
27+
},
28+
"keywords": [
29+
"db",
30+
"database",
31+
"local",
32+
"class-transformer",
33+
"JSON",
34+
"ESM",
35+
"nestjs"
36+
],
1437
"scripts": {
1538
"dev": "microbundle watch",
1639
"build": "del-cli dist && microbundle --format cjs --target node",

0 commit comments

Comments
 (0)