liuyu 5 anni fa
parent
commit
fcb844db5a
1 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. 5 2
      package.json

+ 5 - 2
package.json

@@ -4,11 +4,14 @@
   "description": "",
   "private": true,
   "egg": {
-    "declarations": true
+    "framework": "naf-framework-mongoose"
   },
   "dependencies": {
     "egg": "^2.15.1",
-    "egg-scripts": "^2.11.0"
+    "egg-scripts": "^2.11.0",
+    "lodash": "^4.17.15",
+    "silly-datetime": "^0.1.2",
+    "naf-framework-mongoose": "^0.6.11"
   },
   "devDependencies": {
     "autod": "^3.0.1",