We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ed591 commit d2b42eaCopy full SHA for d2b42ea
packages/nest/package.json
@@ -11,6 +11,29 @@
11
},
12
"types": "./dist/index.d.ts",
13
"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
+ ],
37
"scripts": {
38
"dev": "microbundle watch",
39
"build": "del-cli dist && microbundle --format cjs --target node",
0 commit comments