UNPKG

860 BJSONView Raw
1{
2 "name": "@36node/mongoose-helper",
3 "version": "0.4.7",
4 "description": "A module boilerplate for nodejs and web.",
5 "repository": {
6 "url": "36node/sketch",
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.m.js",
21 "typings": "typings/index.d.ts",
22 "config-overrides-path": "../cli/config-overrides",
23 "scripts": {
24 "build": "NODE_ENV=production sketch build",
25 "test2": "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 "lodash": "^4.17.15",
34 "mongoose-hidden": "^1.9.0"
35 },
36 "gitHead": "d706c1a624ee0f032922b265a5ca3fc818c8fb40"
37}