Browse Source

chore: updates properties ordering in package.json

e22m4u 8 months ago
parent
commit
4a08f8ae02
1 changed files with 16 additions and 16 deletions
  1. 16 16
      package.json

+ 16 - 16
package.json

@@ -2,6 +2,22 @@
   "name": "@e22m4u/js-repository-mongodb-adapter",
   "version": "0.3.2",
   "description": "MongoDB adapter for @e22m4u/js-repository",
+  "author": "e22m4u <e22m4u@yandex.ru>",
+  "license": "MIT",
+  "keywords": [
+    "MongoDB",
+    "Repository",
+    "ORM",
+    "ODM",
+    "Database",
+    "Datasource",
+    "Relations"
+  ],
+  "homepage": "https://github.com/e22m4u/js-repository-mongodb-adapter",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/e22m4u/js-repository-mongodb-adapter.git"
+  },
   "type": "module",
   "module": "./src/index.js",
   "main": "./dist/cjs/index.cjs",
@@ -21,22 +37,6 @@
     "build:cjs": "rimraf ./dist/cjs && node --no-warnings=ExperimentalWarning build-cjs.js",
     "prepare": "husky"
   },
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/e22m4u/js-repository-mongodb-adapter.git"
-  },
-  "keywords": [
-    "MongoDB",
-    "Repository",
-    "ORM",
-    "ODM",
-    "Database",
-    "Datasource",
-    "Relations"
-  ],
-  "author": "e22m4u <e22m4u@yandex.ru>",
-  "license": "MIT",
-  "homepage": "https://github.com/e22m4u/js-repository-mongodb-adapter",
   "dependencies": {
     "mongodb": "6.15.0"
   },