UNPKG

841 BJSONView Raw
1{
2 "name": "@36node/mongoose-helper",
3 "version": "0.2.2",
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 "template": "module",
14 "files": [
15 "bin",
16 "dist",
17 "typings"
18 ],
19 "main": "dist/index.js",
20 "module": "dist/index.mjs",
21 "typings": "typings/index.d.ts",
22 "config-overrides-path": "../cli/config-overrides",
23 "scripts": {
24 "build": "NODE_ENV=production sketch build",
25 "test": "NODE_ENV=test sketch test --env=node"
26 },
27 "peerDependencies": {
28 "@types/mongoose": "^5.2.19",
29 "mongoose": "^5.2.14"
30 },
31 "dependencies": {
32 "humps": "^2.0.1",
33 "mongoose-hidden": "^1.6.0"
34 },
35 "gitHead": "a448654fcde3937e82936e19581b17fdaab68f46"
36}