UNPKG

1.24 kBJSONView Raw
1{
2 "name": "@lskjs/db",
3 "version": "3.16.5",
4 "description": "LSK.js module for working with mongodb database",
5 "author": "Igor Suvorov <hi@isuvorov.com> (https://github.com/isuvorov)",
6 "dependencies": {
7 "@lskjs/module": "2.85.1",
8 "@lskjs/utils": "2.72.0",
9 "mongoose": "^5.12.1",
10 "mongoose-long": "0.7.0"
11 },
12 "peerDependencies": {
13 "@types/mongoose": "5.11.x",
14 "bluebird": "3.7.x",
15 "lodash": "4.17.x"
16 },
17 "files": [
18 "lib"
19 ],
20 "main": "lib/index.js",
21 "types": "lib/index.d.ts",
22 "exports": {
23 ".": {
24 "import": "./lib/index.mjs",
25 "types": "./lib/index.d.ts",
26 "default": "./lib/index.js"
27 },
28 "./*": {
29 "import": "./lib/*.mjs",
30 "types": "./lib/*.d.ts",
31 "default": "./lib/*.js"
32 }
33 },
34 "repository": "https://github.com/lskjs/lskjs/tree/master//libs-core/db",
35 "homepage": "https://github.com/lskjs/lskjs/tree/master//libs-core/db",
36 "bugs": "https://github.com/lskjs/lskjs/issues",
37 "license": "MIT",
38 "publishConfig": {
39 "access": "public",
40 "registry": "https://registry.npmjs.org/"
41 },
42 "keywords": [
43 "database",
44 "mongodb",
45 "mongoose",
46 "schema"
47 ],
48 "gitHead": "77a0fb26661eb4464eef5bc379f6cd72d42c3261"
49}