UNPKG

1.39 kBJSONView Raw
1{
2 "name": "@lskjs/db",
3 "version": "2.73.0",
4 "description": "LSK.js module for working with mongodb database",
5 "keywords": [
6 "database",
7 "mongodb",
8 "mongoose",
9 "schema"
10 ],
11 "publishConfig": {
12 "access": "public",
13 "registry": "https://registry.npmjs.org/"
14 },
15 "repository": "https://github.com/lskjs/lskjs/tree/master/packages/db",
16 "license": "MIT",
17 "author": "Igor Suvorov <hi@isuvorov.com>",
18 "scripts": {
19 "bootstrap": "lsk run bootstrap",
20 "build": "lsk run build",
21 "dev": "lsk run dev",
22 "dev:server": "lsk run dev:server",
23 "i18": "lsk run i18",
24 "prepublishOnly": "lsk run prepublishOnly",
25 "release": "lsk run release",
26 "release:yes": "lsk run release:yes",
27 "start": "node index.js",
28 "storybook": "lsk run storybook",
29 "test": "lsk run test",
30 "test:watch": "lsk run test:watch",
31 "watch": "lsk run watch"
32 },
33 "dependencies": {
34 "@lskjs/module": "2.73.0",
35 "@lskjs/utils": "2.72.0",
36 "mongoose": "^5.12.1"
37 },
38 "devDependencies": {
39 "@types/bluebird": "^3.5.36",
40 "@types/lodash": "4.14.172",
41 "@types/mongoose": "5.11.97",
42 "@types/node": "16.6.1",
43 "bluebird": "3.7.2",
44 "lodash": "4.17.21"
45 },
46 "peerDependencies": {
47 "@types/mongoose": "5.11.x",
48 "bluebird": "3.7.x",
49 "lodash": "4.17.x"
50 },
51 "gitHead": "38dfb47f7a6521079b5dbd84736cc85ba2d9ddce"
52}