UNPKG

788 BJSONView Raw
1{
2 "name": "@36node/mongoose-helper",
3 "version": "0.1.9",
4 "description": "A module boilerplate for nodejs and web.",
5 "repository": {
6 "url": "36node/mongoose-helper",
7 "type": "git"
8 },
9 "license": "MIT",
10 "publishConfig": {
11 "access": "public"
12 },
13 "files": [
14 "bin",
15 "dist",
16 "typings"
17 ],
18 "main": "dist/index.js",
19 "module": "dist/index.mjs",
20 "typings": "typings/index.d.ts",
21 "scripts": {
22 "build": "microbundle build --format cjs,es",
23 "test": "jest --silent"
24 },
25 "jest": {
26 "testEnvironment": "node"
27 },
28 "peerDependencies": {
29 "@types/mongoose": "^5.2.19",
30 "mongoose": "^5.2.14"
31 },
32 "dependencies": {
33 "humps": "^2.0.1",
34 "mongoose-hidden": "^1.6.0"
35 },
36 "gitHead": "a9b35f578ff9e4f1048966cdf6c8846e1b4ef376"
37}